Podio API Documentation

Items: Filter items by view

POST /item/app/{app_id}/filter/{view_id}/

Retrieves the items in the app based on the given view

Usage
PHP Client
PodioItem.php
PodioItem::filter_by_view( $app_id, $view_id, $attributes = array() );
Ruby Gem
item.rb
Podio::Item.find_by_filter_id( app_id, filter_id, attributes )
Parameters
app_id*
Required.
view_id*
Required.
Request { "limit": The maximum number of items to return, defaults to 30, "offset": The offset into the returned items, defaults to 0, "remember": True if the view should be remembered, false otherwise,
"sort_by": The sort order to use. If left out, will use the sort order from the view, "sort_desc": True to sort descending, false otherwise. If left out, will use the sort order from the view }
Response

See the get items operation

Sandbox

The sandbox only handles GET operations for now.