Podio API Documentation
Stream: Get organization stream
Returns the activity stream for the given organization.
Usage
- PHP Client
-
PodioStreamObject.php
PodioStreamObject::get_for_org( $org_id, $attributes = array() );
- Ruby Gem
-
stream_object.rb
Podio::StreamObject.find_all_by_org_id( org_id, options = {} )
Parameters
- org_id*
- Required.
- limit
How many objects should be returned.
Default value: 10- offset
How far should the objects be offset
Response
See the get global stream v2 for the return values
Sandbox
Try the operation "/stream/org/{org_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