Podio API Documentation

Applications: Install app

POST /app/{app_id}/install

Installs the app with the given id on the space.

Usage
PHP Client
PodioApp.php
PodioApp::install( $app_id, $attributes = array() );
Ruby Gem
application.rb
Podio::Application.install( app_id, attributes )
Parameters
app_id*
Required.
features

The features that should be installed with the app. Options are:

  • filters
  • widgets
  • integration
  • forms
  • items
  • flows
  • votings

If the value is not given all but the "items" feature will be selected.

Request { "space_id": The id of the space where the app should be installed. }
Response { "app_id": The id of the newly installed app }

 

Sandbox

The sandbox only handles GET operations for now.