Podio API Documentation

Contacts: Get space contact totals

This operation is deprecated and will be removed soon.
GET /contact/space/{space_id}/totals/space

Returns the total number of contacts on the space

Usage
PHP Client
PodioContact.php
PodioContact::get_totals_for_space( $space_id );
Ruby Gem
profile.rb
Podio::Profile.totals_by_space_v2( space_id )
profile.rb
Podio::Profile.totals_by_space( space_id, options = {} )
Parameters
space_id*
Required.
Response { "total": The total number of space contacts }

Sandbox

Try the operation "/contact/space/{space_id}/totals/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