api
api copied to clipboard
/tasks endpoint should return both completed and not completed tasks?
I am trying to retrieve all tasks in a list, but when i specify completed=true, only completed tasks show, and when it is not specified, only not completed tasks show. I think completed=false should return only not completed tasks, and without specifying, all tasks should be returned.
Yep, they don't, it sucks, I know.