In the UI, lists of tasks can be grouped together
However, the current API does not expose any information about what group a list belongs to.
It would be massively helpful to have:
- a GET for all groups .../me/todo/groups
- a GET for all lists within a group .../me/todo/groups/{groupId}/lists
- the id of the containing group (if any) to be exposed on the todoTaskList object
2 Comments
Sort By
- ChrisA1590Copper Contributor
tdiblik no, not found anything yet...
- tdiblikCopper Contributor
Hey, just checking, have you solved this somehow? I'm currently working on an app that needs an endpoint that behaves like your feature request, however I was unable to find any api endpoint that returns this info (I've check v1 and beta). I realize that this is a feature request, however a lot of times, people solve their feature request using some obscure weird "trick", so just checking whether you had any luck finding something like this 😄