api icon indicating copy to clipboard operation
api copied to clipboard

Get all completed tasks of any specific date like today / yesterdays tasks

Open qadirsuh opened this issue 5 years ago • 0 comments

Is there any way to get all completed tasks of any specific date let say todays / yesterday tasks.

I know I can get all completed tasks from following endpoint

GET a.wunderlist.com/api/v1/tasks
completed | boolean | required
list_id | integer | required

I want all completed tasks against any specific date. Is there any endpoint for this? Or we have to filter out the tasks manually at client side?

qadirsuh avatar Feb 25 '19 12:02 qadirsuh