Podio API Documentation

Tasks: Get task summary for organization

GET /task/org/{org_id}/summary

Returns the task summary for the organization for the active user

Usage
PHP Client
PodioTask.php
PodioTask::get_summary_for_org( $org_id, $attributes = array() );
Ruby Gem
task.rb
Podio::Task.find_summary_for_org( org_id, options = {} )
Parameters
org_id*
Required.
limit

The maximum number of tasks to return in each group


Default value: 4
Response

See the "Get task summary" operation

Sandbox

Try the operation "/task/org/{org_id}/summary"

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