Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 864 Bytes

File metadata and controls

30 lines (24 loc) · 864 Bytes

Get Voice Channel Queue Summary

HTTP MethodURLRequires Auth
GET/api/v1/voip/queues.getSummaryyes

{% hint style="info" %} Permission required: inbound-voip-calls {% endhint %}

Example Call

curl --location --request GET 'localhost:3000/api/v1/voip/queues.getSummary' \
--header 'X-Auth-Token: aEoKaT8qus3IZHlr_OlAzcsnz46SzZLJeqoRbbctcDQ' \
--header 'X-User-Id: 6vHSSqdBHdm2R4gfi' \
--header 'Content-Type: application/json' 

Example Response

{
	"name": "string",
	"loggedin": "string",
	"available": "string",
	"callers": "string",
	"holdtime": "string",
	"talktime": "string",
	"logestholdtime": "string"
}