Releases: volyanyk/todoist
Releases · volyanyk/todoist
Release 1.0.2
- fixed the POST actions - on the response body there were no data returned
- AddTask issue
Release 1.0.1
Contains a fix for getActiveTasks
ids parameter.
Todoist documentation link
Precedence of parameters
When fetching a list of tasks, the API will do so in the following order: - filter (with or without lang) - ids - label/project_id/section_id
If you include a filter and IDs, only the filter will be used. If you include IDs and project_id, only IDs is used, and so on.