Podio API Documentation

Organizations: Get organization statistics

GET /org/{org_id}/statistics

Returns interesting statistics for this organization. Only org creator is allowed to see this.

Usage
PHP Client
PodioOrganization.php
PodioOrganization::get_statistics( $org_id, $attributes = array() );
Ruby Gem
organization.rb
Podio::Organization.get_statistics( id, options = {} )
Parameters
org_id*
Required.
Response { "org_id": the org id, "total_users_count": number of unique users invited or started in a space in this org, "active_users_count": number of unique users in started in a space in this org, "outstanding_invitations": number of unique users invited for a space in this org, "items_count": number of all items in all apps in all spaces, "last_activity_on": time when a user last logged in, "available_invitations": number of all invitations, "apps_count": number of all apps in all spaces, "spaces_count": number of spaces, "status_count": number of status posts, "task_count": number of tasks created by users that are members of the organization }

Sandbox

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

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