Podio API Documentation
Applications: Get features
Returns the features that the given apps and optionally space includes. The current list of features are:
- widgets
- tasks
- filters
- forms
- integration
- items
Usage
- PHP Client
-
PodioApp.php
PodioApp::features( $attributes = array() );
- Ruby Gem
-
application.rb
Podio::Application.features( options )
Parameters
- app_ids
A comma-separated list of app ids from which the features should be extracted
- include_space
True if features from the containing space should be included, false otherwise
Default value: false
Response
[
"{feature}",
... (more features)
]
Sandbox
Try the operation "/app/features/"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