Podio API Documentation

Tags: Get tags on app top

GET /tag/app/{app_id}/top/

Returns the top tags on the app.

Usage
Ruby Gem
tag.rb
Podio::Tag.find_top_by_app( app_id, limit, text )
Parameters
app_id*
Required.
limit

The maximum number of tags to return

text

The tag to search for

Response [ {tag}, ... (more tags} ]

Sandbox

Try the operation "/tag/app/{app_id}/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