Podio API Documentation
Stream: Get app stream
Returns the stream for the given app. This includes items from the app and tasks on the app.
Usage
- PHP Client
-
PodioStreamObject.php
PodioStreamObject::get_for_app( $app_id, $attributes = array() );
-
PodioStreamObject.php
PodioStreamObject::personal( $attributes = array() );
- Ruby Gem
-
stream_object.rb
Podio::StreamObject.find_all_by_app_id( app_id, options = {} )
Parameters
- app_id*
- Required.
- limit
How many objects should be returned.
Default value: 10- offset
How far should the objects be offset
Response
See "Get global stream v2" for details
Sandbox
Try the operation "/stream/app/{app_id}/"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here