Todoist integration (Productivity). Imported from open-connector.
https://api.todoist.com/api/v1/user
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | integer | optional | Optional Todoist folder ID to filter projects by. |
| workspaceId | integer | optional | Optional Todoist workspace ID to filter projects by. |
| cursor | string | optional | Opaque pagination cursor returned by a previous Todoist response. |
| limit | integer | optional | Maximum number of Todoist results to return in one page. |
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | Todoist project ID. |
/sections
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | optional | Optional Todoist project ID. |
| cursor | string | optional | Opaque pagination cursor returned by a previous Todoist response. |
| limit | integer | optional | Maximum number of Todoist results to return in one page. |
/sections/{sectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| sectionId | string | required | Todoist section ID. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | optional | Optional Todoist project ID filter. |
| sectionId | string | optional | Optional Todoist section ID filter. |
| parentId | string | optional | Optional Todoist parent task ID filter. |
| label | string | optional | Optional Todoist label name filter. |
| ids | array | optional | Explicit Todoist task IDs to fetch. |
| goalId | string | optional | Optional Todoist goal ID filter. |
| cursor | string | optional | Opaque pagination cursor returned by a previous Todoist response. |
| limit | integer | optional | Maximum number of Todoist results to return in one page. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | Todoist task ID. |
/tasks/{taskId}/close
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | Todoist task ID. |
/comments
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | optional | Optional task ID filter. |
| projectId | string | optional | Optional project ID filter. |
| cursor | string | optional | Opaque pagination cursor returned by a previous Todoist response. |
| limit | integer | optional | Maximum number of Todoist results to return in one page. |
/comments/{commentId}
| Param | Type | Required | Description |
|---|---|---|---|
| commentId | string | required | Todoist comment ID. |
/comments/{commentId}
| Param | Type | Required | Description |
|---|---|---|---|
| commentId | string | required | Todoist comment ID. |
| content | string | optional | Updated Todoist comment content. |
/labels
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Opaque pagination cursor returned by a previous Todoist response. |
| limit | integer | optional | Maximum number of Todoist results to return in one page. |