Todoist Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Todoist Tables
| Name | Description |
| Collaborators | Returns all collaborators of a shared project. |
| Labels | Returns all user labels. |
| ProjectComments | Returns all comments of a given project. |
| Projects | Returns all user projects. |
| Sections | Returns all sections. |
| TaskComments | Returns all comments of a given task. |
| Tasks | Returns all user active tasks. |