Podio API Documentation

Tags: Get objects on space with tag

GET /tag/space/{space_id}/search/

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

Usage
PHP Client
PodioTagSearch.php
PodioTagSearch::get_for_space( $space_id, $attributes = array() );
Parameters
space_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/space/{space_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