Add functionality to query ToDo API with groups

Add functionality to query ToDo API with groups
0

Upvotes

Upvote

 Mar 25 2023
2 Comments (2 New)
New

In the UI, lists of tasks can be grouped together 

ChrisA1590_0-1679759961778.png

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

 

Comments
Copper 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 😄

Copper Contributor

@tdiblik no, not found anything yet...