Aggregate call performance
documentedPost aggregate request to compute call performance metrics.
POST /analytics/phone/performance/v1/accounts/~/calls/aggregateAnalyticsno 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://platform.ringcentral.com/analytics/phone/performance/v1/accounts/~/calls/aggregate" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"grouping": {"groupBy": "Users", "ids": {{$user_ids}}}, "timeSettings": {"timeFrom": "{{$timeFrom}}", "timeTo": "{{$timeTo}}", "timeZone": "{{$timeZone}}"}, "responseOptions": {"counters": {"allCalls": {"aggregationType": "Sum"}}}}'