Podio API Documentation
Tasks: Get task count
Returns the total open tasks for the user on the reference.
Usage
- Ruby Gem
-
task.rb
Podio::Task.count_by_ref( ref_type, ref_id )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"count": The total number of open tasks
}
Sandbox
Try the operation "/task/{ref_type}/{ref_id}/count"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here