OpenAPI 3.0.32026-07-177413.0 KB
d99daada47f9
TodoService
GetTodo returns a single todo item by its id. Returns NOT_FOUND if no todo exists with the supplied id.
get/v1/todos/{id}
Path parameters
idstring required
Unique identifier of the todo item to retrieve.
Response
OK