Tasks
Fetch Tasks
GET
Tasks
GET
/user-api/v1/tasks
Headers
Header | Value |
---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
Query Parameters
Set a limit to the number of records to return (Default:25)
Number of records to skip.
Sort order: due_date:asc
, due_date:desc
Related data to include: tags
Response
With Include Parameters
GET
/user-api/v1/tasks?include=tags
Response with all includes
GET
a Task
GET
/user-api/v1/tasks/:id
Path Parameters
Endpoint Example
GET
/user-api/v1/tasks/task_12345?include=tags