Podio API Documentation

Contacts: Get space contacts on app

This operation is deprecated and will be removed soon.
GET /contact/app/{app_id}/

Returns all the space contacts referenced by the given app.

Usage
PHP Client
PodioContact.php
PodioContact::get_for_app( $app_id, $attributes = array() );
Parameters
app_id*
Required.
{field}

A value for the required field. For text fields partial matches will be returned.

limit

The maximum number of contacts that should be returned

offset

The offset to use when returning contacts

order

The order in which the contacts can be returned. See the area for details on the ordering options.


Default value: name
Response [ {  "profile_id": The id of the profile, "{field}": The value of the field, ... (more fields, see the contact area) }, ... (more contacts) ]

Sandbox

Try the operation "/contact/app/{app_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