Podio API Documentation

Stream: Get stream object

GET /stream/{ref_type}/{ref_id}

Returns an object of type "item", "status" or "task" as a stream object. This is useful when a new status has been posted and should be rendered directly in the stream without reloading the entire stream.

 

Usage
Ruby Gem
stream_object.rb
Podio::StreamObject.find_by_ref( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.
Response

Same result as the operation get global stream v2, but only returns a single object.

 

Sandbox

Try the operation "/stream/{ref_type}/{ref_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