Podio API Documentation

Tasks: Get task summary for reference

GET /task/{ref_type}/{ref_id}/summary

Returns the task summary for the given object.

Usage
PHP Client
PodioTask.php
PodioTask::get_summary_for( $ref_type, $ref_id, $attributes = array() );
Ruby Gem
task.rb
Podio::Task.find_summary_for_reference( ref_type, ref_id, options = {} )
Parameters
ref_type*
Required.
ref_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/{ref_type}/{ref_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