v1
latestOpenAPI 3.0.32026-07-17542197.8 KBTodo
Get todo item
Returns all todo items belonging to the current user.
get/v1/todos
Query parameters
offsetinteger
Number of resources to skip.
limitinteger
Number of resources to return.
completedboolean
Completion status of the items.
Response
OK
Example response
[
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}
]