Podio API Documentation

Search: Search in app

POST /search/app/{app_id}/

Searches in all items and tasks in the app.

Usage
PHP Client
PodioSearchResult.php
PodioSearchResult::app( $app_id, $attributes = array() );
Ruby Gem
search.rb
Podio::Search.in_app( app_id, words, attributes = {} )
Parameters
app_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.