Podio API Documentation

Applications: Get apps by space

GET /app/space/{space_id}/

Returns all the apps on the space that are visible. The apps are sorted by any custom ordering and else by name.

Usage
PHP Client
PodioApp.php
PodioApp::get_for_space( $space_id, $attributes = array() );
Ruby Gem
application.rb
Podio::Application.find_all_for_space( space_id, options = {} )
Parameters
space_id*
Required.
include_inactive

True if inactive apps should be included, false otherwise.


Default value: false
Response [ { "app_id": The id of the app, "status": The status of the app, either "active", "inactive" or "deleted", "space_id": The id of the space, "config": The configuration of the app, { "name": The name of the app, "item_name": The item name of the app, "description": The description of the app, "external_id": The external id of the app, "icon": The icon of the app, "visible": True if the app is visible in the navigation bar, false otherwise, "allow_insert": True if inserts are allowed, false otherwise, "allow_edit": True if everyone can edit, false otherwise } }, ... (more apps) ]

Sandbox

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