Podio API Documentation
Applications: Get all apps
Returns all the apps for the active user.
- PHP Client
-
PodioApp.php
PodioApp::get_all( $attributes = array() );
- Ruby Gem
-
application.rb
Podio::Application.find_all_for_current_user( options = {} )
- exclude_app_ids
The comma separated list of app_ids to exclude from the returned list.
- exclude_demo
True if apps from demo workspace should be excluded, false otherwise
Default value: false- limit
The maximum number of apps to return
Default value: 4- order
The order to return the apps in.:
- score: Order by the score of the app for the active user
- name. Order by the name of the app
Default value: score- referenceable_in_org
ID of the Organization to filter apps by. Returns only apps the user can reference in that Organization.
- right
The right the user must have on the returned apps.
- target_space_id
The id of the space we prefer the apps to come from. This will usually be the users current workspace.
- text
Any search term that should either match the name of the app, the name of items in the app or the name of the workspace the app is in.
[
{
"app_id": The id of the app,
... (more fields, see the get app operation)
},
... (more apps, up to the limit)
]
Sandbox
Try the operation "/app/"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