Podio API Documentation

Spaces: Get top spaces

GET /space/top/

Returns the top spaces for the user

Usage
PHP Client
PodioSpace.php
PodioSpace::get_top(  );
Parameters
limit

The max number of spaces to be returned


Default value: 6
Response [ { "space_id": The id of the space, "name": The name of the space, "url": The full URL of the space, "org": The organization the space belongs to { "org_id": The id of the organization, "name": The name of the organization, "url": The full URL of the organization, "logo": The file id of the logo of the organizaiton } }, ... (more spaces, up to the limit) ]

Sandbox

Try the operation "/space/top/"

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