Podio API Documentation

Applications: Get top apps

GET /app/top/

Returns the top apps for the active user. This is the apps that the user have interacted with the most.

Usage
PHP Client
PodioApp.php
PodioApp::get_top( $attributes = array() );
Ruby Gem
application.rb
Podio::Application.find_top( options = {} )
Parameters
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
Response [ { "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/top/"

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