Podio API Documentation

Stream: Get space stream

GET /stream/space/{space_id}/

Returns the activity stream for the space.

Usage
PHP Client
PodioStreamObject.php
PodioStreamObject::get_for_space( $space_id, $attributes = array() );
Ruby Gem
stream_object.rb
Podio::StreamObject.find_all_by_space_id( space_id, options = {} )
Parameters
space_id*
Required.
limit

How many objects should be returned.


Default value: 10
offset

How far should the objects be offset

Request

For result description please take a look at https://podio.com/podio/api/apps/api-operations/items/713

Response

See the get global stream v2 for the return values

 

Sandbox

Try the operation "/stream/space/{space_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