Podio API Documentation

Search: Search in organization

POST /search/org/{org_id}/

Searches in all items, statuses and non-private tasks in the organization.

Usage
PHP Client
PodioSearchResult.php
PodioSearchResult::org( $org_id, $attributes = array() );
Ruby Gem
search.rb
Podio::Search.in_org( org_id, words )
Parameters
org_id*
Required.
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.