Podio API Documentation

Organizations: Get all spaces on organization

GET /org/{org_id}/all_spaces/

Returns all workspaces in an organization, when the admin viewing this information is not a member of a workspace, the name will not be returned.

Parameters
org_id*
Required.
Response [ {"space_id": id of the space, "name": name of the space (only available if you are a member of this space), "url": url of the space (only available if you are a member of this space), "created_on": date of space creation, "member_count": number of members in this space, "last_activity_on": date of last activity in this space, }, ... ]

Sandbox

Try the operation "/org/{org_id}/all_spaces/"

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