v1
latestSwagger 2.02026-07-17413.9 KBUnannotatedEchoService
Echo method receives a simple message and returns it.
The message posted as the id parameter will also be returned.
get/v1/example/echo/{id}/{num}
Path parameters
idstring required
Id represents the message identifier.
numstring int64 required
Query parameters
durationstring
Response
A successful response.
Example response
{
"duration": "duration",
"num": "num",
"id": "id"
}