Podio API Documentation

App market: Get recommended shares

GET /app_store/{type}/recommended/{area}/

Returns the recommended apps in the app market for the given "area". Current areas are: "web" and "mobile".

Usage
Ruby Gem
app_store_share.rb
Podio::AppStoreShare.find_all_recommended_for_area( area, options = {} )
Parameters
type*
Required.
area*
Required.
Response { "total": The total number of shares, "shares": The shares matching the offset and limit [ { "share_id": The id of the share, "type": The type of share, either "app" or "pack", "parent": The parent of the share, { "share_id": The id of the parent share, .... }, "children": The children of the share, [ { "share_id": The id of the child share, .... }, ... (more children) ] "name": The name of the app, "abstract": The abstract of the share, "icon": The icon associated with the app, "rating": The average rating of the app, "screenshots": The screenshots of the app, [ { "file_id": The id of the file for the screenshot, ... (see the file area for details) }, ... (more files) ] }, ... (more apps) ] }  

Sandbox

Try the operation "/app_store/{type}/recommended/{area}/"

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