Podio API Documentation
Tags: Get tags on organization
Returns the tags on the given org. This includes both items and statuses on all spaces in the organization that the user is part of. The tags are first limited ordered by their frequency of use, and then returned sorted alphabetically.
Parameters
- org_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/org/{org_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