Podio API Documentation

Stream: Filter app stream

POST /stream/app/{app_id}/filter

Returns the stream for the given app filtered using the item filters.

Parameters
app_id*
Required.
Request {
"view_id": The id of a view or name of a standard view. "default" can be used for the default view and 0 can be used for the last used view,
"filters": The filters to apply, see the View area for all the options,
"offset": The offset into the list,
"limit": The limit of the returned list
}
Response

See the Get App Stream operation.

Sandbox

The sandbox only handles GET operations for now.