Podio API Documentation

Tasks: Get tasks with reference

This operation is deprecated and will be removed soon. Please use Get tasks.
GET /task/{ref_type}/{ref_id}/

Gets a list of tasks with a reference to the given object. This will return both active and completed tasks. The reference will not be set on the individual tasks.

Usage
Ruby Gem
task.rb
Podio::Task.find_for_reference( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.
Response [ { "task_id": The id of the task, .... (for all fields see the get task operation) }, .... (more tasks) ]

 

Sandbox

Try the operation "/task/{ref_type}/{ref_id}/"

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