Podio API Documentation

Integrations: Get integration

GET /integration/{app_id}

Returns the integration with the given id.

Usage
PHP Client
PodioIntegration.php
PodioIntegration::get( $app_id );
Ruby Gem
integration.rb
Podio::Integration.find( app_id )
Parameters
app_id*
Required.
Response { "app_id": The id of the app, "status": The status of the integration, either "inactive", "active", "error" or "disabled", "type": The type of the integration, see the area for details, "config": The configuration of the integration, an object that depends on the type of integration, "mapping": The mapping of the fields between the app and the external source, { "{field_id}": The external id for the given field id ... (more fields) }, "updating": True if the source is currently updating, "last_updated_on": The date and time when the app was last updated, "next_refresh_on": The date and time when the integration will be refreshed, "created_on": The date and time when the integration was created, "created_by": The user who created the integration { "user_id": The id of the user, "avatar": The avatar of the user, "name": The full name of the user } }

Sandbox

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