admin管理员组

文章数量:1405111

Im using todoists rest api to track my own data but it seems like it only allows you to fetch active tasks?

I was looking at filters and thinking they may help me but there is no documentation on this.

Im trying to fetch all tasks pleted on a certain day, Can this be done?

Im using todoists rest api to track my own data but it seems like it only allows you to fetch active tasks?

I was looking at filters and thinking they may help me but there is no documentation on this.

Im trying to fetch all tasks pleted on a certain day, Can this be done?

Share asked Jul 13, 2021 at 20:04 SidSid 1,0343 gold badges22 silver badges28 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

Completed tasks are not implemented in the REST API yet. To be able to retrieve pleted tasks, you should be using the Sync API: https://developer.todoist./sync/v8/#get-all-pleted-items

本文标签: javascriptTodoist api get all completed tasksStack Overflow