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?
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
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?