api
api copied to clipboard
Get all completed tasks of any specific date like today / yesterdays tasks
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?