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
GetTodo returns a single todo item by its id. Returns NOT_FOUND if no todo exists with the supplied id.
Unique identifier of the todo item to retrieve.
OK