Task
Module endpoints
DELETE /tasks/:id
DELETE /tasks/:id
DELETE
http://api.slyk.io/tasks/:id
Deletes the task
with given id
.
204
No Content
GET /tasks
GET /tasks
GET
https://api.slyk.io/tasks
Returns a paginated list of tasks
.
GET /tasks/:id
GET /tasks/:id
GET
https://api.slyk.io/tasks/:id
Gets the task details of the given id
.
PATCH /tasks/:id
PATCH /tasks/:id
PATCH
https://api.slyk.io/tasks/:id
Patches the task
details of the given id
.
POST /tasks
POST /tasks
POST
https://api.slyk.io/tasks
Creates a new task
.
POST /tasks/:id/complete
POST /tasks/:id/complete
POST
http://api.slyk.io/tasks/:id/complete
Completes the task
with the given id
.
POST /tasks/:id/reorder
POST /tasks/:id/reorder
POST
http://api.slyk.io/tasks/:id/reorder
Reorders the task
with the given id
.
Last updated