Podio API Documentation

Applications: Get space app dependencies

GET /space/{space_id}/dependencies/

Returns all the active apps on the space along with their dependencies. The dependencies are only one level deep.

Usage
PHP Client
PodioApp.php
PodioApp::dependencies_space( $space_id );
Ruby Gem
application.rb
Podio::Application.space_dependencies( space_id )
Parameters
space_id*
Required.
Response { "apps": The apps on the space, [ { "app_id": The id of the app, "name": The name of the app, "item_name": The name of an item in the app, "icon": The icon for the app }, ... (more apps) ], "dependencies": The app dependencies, { "{app_id}": The dependencies for the app with the given id, [ "{dependent_app_id}": The id of the dependent app, ... (more dependencies) ], ... (more apps) } }

Sandbox

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