Please add task_count to Get List response - /list/{list_id}
S
Silly Yak
task_count is included in the response of some APIs where List objects are returned (e.g Get Folderless Lists - /space/{space_id}/list) , but not this one.
Please add!
Log In
Autopilot
Merged in a post:
[API 2.0] Get task/List count
Alex Howard
[From support ticket]
One thing I was looking for in the API response was if there was a task count or list count. In REST APIs I've worked with, it's been common to see a returned field for task count and sometimes for number of pages and/or tasks per page.
Autopilot
Merged in a post:
Call to get a count of filtered tasks
R
Rebecca Julius
I want API calls I can report with, meaning I need an API call that I can get a count of the number of tasks that meet a specfiic filter(s).
Pierre Becher
the current task_count parameter does not include completed tasks which is a problem.
Axel
Also struggling with this. This should help a lot for pagination and should be easy enough to do.
John Moore
This would be a huge upgrade to the API. Currently - according to support, we have to query each page until there is less than 100 records and sort of just guess.
At least a "next page" link in the response or something would be great! Without that at the very least, it's possible that the last page has 100 records, and we would need to query again just to receive 0 records.
Josh Danneman
I was working with the API and those field would have been very helpful. Our folder had a few thousand tasks in it and the script needed to go through each one via the API. It would have been nice to have the number of tasks over all, tasks per page, and the number of pages.