Podio API Documentation
Spaces: Get available spaces
Returns the available spaces for the given organization. This is spaces that are open and available for the user to join.
Usage
- PHP Client
-
PodioSpace.php
PodioSpace::get_available( $org_id );
- Ruby Gem
-
space.rb
Podio::Space.find_open_for_org( org_id )
Parameters
- org_id*
- Required.
Response
[
{
"space_id": The id of the space,
"name": The name of the space,
"url": The full URL to the space,
"url_label": The URL label for the space
},
... (more spaces)
]
Sandbox
Try the operation "/space/org/{org_id}/available/"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