Query CDR count by organization
documentedReturn a count of call detail records for an organization within a time window.
GET /v1/partners/cdrcountbyorgWebex Calling Partnerno implementation yet0 runsNo 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"