searchSiteCallEvents
GET https://{{host}}/api/v1/sites/:site_id/call/events/search
Query Parameters
Name | Type | Description |
---|---|---|
type | string | Event type, e.g. CLIENTJOINEDCALL, CLIENTLEFTCALL |
ap | string | AP MAC |
mac | string | Client MAC |
app | string | Application name, e.g. zoom, teams |
RESPONSES
status: OK
{"start":1674153000,"end":1674819324,"limit":10,"total":3,"results":[{"org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","site_id":"1916d52a-4a90-11e5-8b45-1258369c38a9","wcid":"82c70a73-e2e1-42f9-6da0-97db44b7b9ad","timestamp":1674199827,"audio_quality":"good","video_quality":"good","screen_share_quality":"good","type":"CLIENT_LEFT_CALL","app":"zoom","meeting_id":"87609329850","reason":"Host ended the meeting."},{"org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","site_id":"1916d52a-4a90-11e5-8b45-1258369c38a9","wcid":"82c70a73-e2e1-42f9-6da0-97db44b7b9ad","timestamp":1674199827,"type":"CLIENT_DISCONNECTED_FROM_CALL","app":"zoom","meeting_id":"87609329850","reason":"Network connection error."},{"org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","site_id":"1916d52a-4a90-11e5-8b45-1258369c38a9","wcid":"82c70a73-e2e1-42f9-6da0-97db44b7b9ad","timestamp":1674199827,"type":"CLIENTS_JOINED_CALL","app":"zoom","meeting_id":"87609329850"}]}