Sign in

Query CDR count by organization

documented

Return a count of call detail records for an organization within a time window.

GET /v1/partners/cdrcountbyorgWebex Calling Partnerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://analytics-calling.webexapis.com/v1/partners/cdrcountbyorg?startTime={{$startTime}}&endTime={{$endTime}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Query CDR count by organization · Webex (Cisco) · OpenIntegrations