Podio API Documentation

Applications: Get app dependencies

GET /app/{app_id}/dependencies/

Returns the apps that the given app depends on.

Usage
PHP Client
PodioApp.php
PodioApp::dependencies( $app_id );
Ruby Gem
application.rb
Podio::Application.dependencies( id )
Parameters
app_id*
Required.
Response { "apps": The apps that the given app depends on, directly or indirectly, [ { "app_id": The id of the app, "name": The name of the app, "item_name": The item name of the app, "icon": The icon assigned to the app }, ... (more apps) ], "dependencies": The graph of dependencies { "{app_id}": The id of the app [ "{dependency_id}": The id of the app that the above app depends on, ... (more dependencies) ] } }

Sandbox

Try the operation "/app/{app_id}/dependencies/"

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