Podio API Documentation

Spaces: Get space

GET /space/{space_id}

Get the space with the given id

Usage
PHP Client
PodioSpace.php
PodioSpace::get( $space_id );
Ruby Gem
space.rb
Podio::Space.find( id )
Parameters
space_id*
Required.
Response { "space_id": The id of the space, "privacy": The privacy level of the space, either "open" or "closed",  "auto_join": True if new employees are automatically added to the space, false otherwise, "name": The name of the space, "url": The full URL of the space, f.ex. "https://company.podio.com/intranet", "url_label": The URL label (slug), f.ex. "intranet" "post_on_new_app": True if new apps should be announced with a status update, false otherwise, "post_on_new_member": True if new members should be announced with a status update, false otherwise, "rights": The list of rights the active user has on this space,
"video": The youtube id of any introduction video, "created_on": The date and time the space was created, "created_by": The user who created the space, { "user_id": The id of the user, "avatar": The file id of the avatar of the user, "name": The name of the user } "role": The role of the active user on the space, "subscribed": True if the user is subscribed to the space, false otherwise }

Sandbox

Try the operation "/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