countSiteCallEvents
GET https://{{host}}/api/v1/sites/:site_id/call/events/count
Query Paramters
Name | Type | Description |
---|---|---|
distinct | string | type / app |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | null |
RESPONSES
status: OK
{"start":1674153000,"end":1674819324,"limit":3,"total":3,"results":[{"count":580,"type":"CLIENT_LEFT_CALL"},{"count":580,"type":"CLIENT_JOINED_CALL"},{"count":19,"type":"CLIENT_DISCONNECTED_FROM_CALL"}]}