Podio API Documentation

Tags: Get objects on app with tag

GET /tag/app/{app_id}/search/

Returns the objects that are tagged with the given text on the app. The objects are returned sorted descending by the time the tag was added.

Usage
PHP Client
PodioTagSearch.php
PodioTagSearch::get_for_app( $app_id, $attributes = array() );
Parameters
app_id*
Required.
text

The tag to search for

Response [ { "type": The type of object, "id": The id of the object, "title": The title of the object, "link": The link to the object, "created_on": When the object was created }, ... (more objects) ]

Sandbox

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

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