Podio API Documentation

Tags: Get tags on app

GET /tag/app/{app_id}/

Returns the tags on the given app. This includes only items. The tags are first limited ordered by their frequency of use, and then returned sorted alphabetically.

Usage
Ruby Gem
tag.rb
Podio::Tag.find_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 [ { "text": The text of the tag, "count": The number of times the tag is used }, ... (more tags) ]

 

Sandbox

Try the operation "/tag/app/{app_id}/"

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