My Zuplo API
integer · requiredstring · requiredboolean · requiredinteger · required
Get all todos
GET
https://data.fantastic.jobs
/todos
Retrieves a complete list of all todo items from the system. This endpoint returns all todos regardless of their completion status or owner, making it useful for displaying comprehensive todo lists or performing bulk operations.
Get all todos › Responses
200
A list of todos
object[]
idThe todo ID
titleThe todo title
completedWhether the todo is completed
userIdThe user ID who owns the todo