Hi guys,
I am trying to find out if there is a way to use the Todoist node and pull all completed tasks for a particular day? I haven’t found anything in the node.
Hi guys,
I am trying to find out if there is a way to use the Todoist node and pull all completed tasks for a particular day? I haven’t found anything in the node.
Hi @Sami_Abid, from briefly checking the Todoist docs, this doesn’t seem to be possible at the moment:
Can I filter completed tasks?
This is unfortunately not possible at the moment. Sorry! Please follow the guidelines in this article to view your completed tasks.
From further looking into this, completed tasks actually appear to be completely unavailable to the REST API used by our Todoist node (the respective documentation only mentions active tasks).
So the only way to get these at the moment seems to be to manually query Todoist’s older API (Sync API) through the HTTP Request node. This API appears to have an endpoint to fetch multiple completed items but with limited filter options.