Podio API Documentation

Search: Search globally

POST /search/

Searches in all items, statuses, profiles, files, meetings and non-private tasks. The objects will be returned sorted descending by the time the object was created.

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

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

Request

See the search in space operation.

Response

See the search in space operation.

Sandbox

The sandbox only handles GET operations for now.