✅
Todos
6 endpoints200 todo entries with completion status linked to specific users.
On this page
GET https://dummyapi.codesmash.in/api/todos
?limit?skip
ℹ️
Pagination — By default you will get 30 items. Use
?limit and ?skip to paginate through all items. Max limit is 200.?limit=10Number of items to return (default: 30, max: 200)?skip=10Number of items to skip (default: 0)GET https://dummyapi.codesmash.in/api/todos/:id
GET https://dummyapi.codesmash.in/api/todos/user/:id
POST https://dummyapi.codesmash.in/api/todos
PUT https://dummyapi.codesmash.in/api/todos/:id
DELETE https://dummyapi.codesmash.in/api/todos/:id