Podio API Documentation
Stream: Get user stream
Returns the stream for the given user. This returns all objects the active user has access to sorted by the given user last touched the object.
Usage
- PHP Client
-
PodioStreamObject.php
PodioStreamObject::get_for_user( $user_id, $attributes = array() );
- Ruby Gem
-
stream_object.rb
Podio::StreamObject.find_all_by_user_id( user_id, options = {} )
Parameters
- user_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 operation
Sandbox
Try the operation "/stream/user/{user_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