Podio API Documentation
Organizations: Get spaces on organization
Returns all the spaces for the organization.
Usage
- PHP Client
-
PodioSpace.php
PodioSpace::get_for_org( $org_id );
Parameters
- org_id*
- Required.
Response
[
{
"space_id": The id of the space,
.... (see the get space operation for the full signature)
},
... (more spaces)
]
Sandbox
Try the operation "/org/{org_id}/space/"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