v1
latestSwagger 2.02026-07-177211.9 KBEchoService
Echo method receives a simple message and returns it.
The message posted as the id parameter will also be returned.
get/v1/example/echo2/{no.note}
Path parameters
no.notestring required
Query parameters
idstring
Id represents the message identifier.
numstring int64
line_numstring int64
langstring
status.progressstring int64
enstring int64
no.progressstring int64
Response
A successful response.
Example response
{
"no": {
"note": "note",
"progress": "progress"
},
"line_num": "line_num",
"num": "num",
"en": "en",
"id": "id",
"lang": "lang",
"status": {
"note": "note",
"progress": "progress"
}
}