Podio API Documentation

Reference: Get reference

GET /reference/{ref_type}/{ref_id}

Returns information about the reference

Usage
PHP Client
PodioReference.php
PodioReference::get_for( $ref_type, $ref_id, $attributes = array() );
Ruby Gem
reference.rb
Podio::Reference.find( ref_type, ref_id, options = {} )
Parameters
ref_type*
Required.
ref_id*
Required.
accessor_count

If true, the response will include an "accessor_count" property, the number of users that have access to this object.


Default value: false
context_id

The id of the context to check the reference against.

context_type

The context type to check the reference against. Currently only supports "app".

Response { "type": The type of the reference, "id": The id of the reference, "title": The title of the reference, "link": The link to the reference, "created_on": The date and time the task was created, "created_by": The entity who created the task, "created_via": Through which client the task was created, "data": The data of the reference, depends on the type of reference }

Sandbox

Try the operation "/reference/{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