amazingmarvin / MarvinAPI

API documentation for the Amazing Marvin productivity tool
https://amazingmarvin.com/
94 stars 0 forks source link

[REQUEST] API endpoint that would return all the completed tasks on a specific date. #51

Open arieln93 opened 1 year ago

arieln93 commented 1 year ago

Statement of purpose I do solemnly swear (or affirm) that this is an API feature request and not a Marvin feature request. For a Marvin feature request I would use Product Board.

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like API endpoint that would return all the completed tasks on a specific date. For example: Request: apiurl/date=ddmmyyy Response: list of tasks completed in this day

Describe alternatives you've considered I've looked through all of the current API endpoints to see if I can achieve it from a combination of them, but it's not possible.

zisp commented 1 year ago

I would very much like this also. I thought that all tasks might show as a response to the todayItems endpoint, but it only returns the "done: false" ones. There's not a key to put in the header to have al tasks returnedl? (I couldn't find any documentation that would indicate there is, I'm just being hopeful.)