Reputation: 79
in the ruby as php library I see the task_count being referenced as an attribute however when doing the API call (only tested in ruby) I always get task_count = null.
Can this be fixed? Or another way to quickly get the task count for a larger amount of items?
Upvotes: 0
Views: 70
Reputation: 164
There is a call to get tasks.
https://developers.podio.com/doc/tasks/get-task-count-38316458
Its returning perfect count for me. I have done the same with Java SDK.It take ref type and id as a parameter.
In your case reftype = Item and id = item id.
Let me know if it helps or you need more details.
Upvotes: 1