A simple task management API
Try MyTasks API version »
Report bug ·
Request feature ·
Author ·
Company
- Get all tasks
- Create new task
Endpoint | HTTP | Description |
---|---|---|
/tasks |
GET |
Get all tasks |
/tasks/:id |
GET |
Get one task |
/tasks |
POST |
Create new task |
/tasks |
DELETE |
Destroy all tasks |
/tasks/:id |
DELETE |
Destroy one task |
/tasks/:id |
PUT |
Update one task |
/tasks/search?query=xyz |
GET |
Search task with query |