Podio API Documentation

Search: Search globally v2

GET /search/v2

Searches in all conversations, profiles, statuses, items, files, and tasks. The objects will be returned sorted descending by the time the object had any update.

Usage
PHP Client
PodioSearchResult.php
PodioSearchResult::space( $space_id, $attributes = array() );
Ruby Gem
search.rb
Podio::Search.in_space( space_id, words, attributes = {} )
Parameters
counts

True if the counts for each type of object should be returned.


Default value: false
highlights

True if the highlights for each result should be returned, false otherwise.


Default value: false
limit

The maximum number of results to return. 


Default value: 20
offset

The offset into the results to return. 


Default value: 0
query

The text to search for.

ref_type

Restrict the search to objects of the given type. Can be "item", "task", "file", "conversation", "profile" and "app"

search_fields

The list of fields to search in. Can f.ex. be used to limit the search to the "title" field.

Sandbox

Try the operation "/search/v2"

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