endpoints.listStatuses
GET
https://relay.bluejeans.com/api/endpoints/status
List the statuses of all Endpoints.
GET /api/endpoints/status HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"endpointId": "4fb329c03a8ce62480d87e24",
"callActive": true,
"reserved": true,
"dialing": false,
"microphoneMuted": true,
"lastDialTimestampMillis": 0,
"timestamp": 1426616376945
},
{
"endpointId": "4fb329c03a8ce62480d87e25",
"callActive": false,
"reserved": false,
"dialing": false,
"microphoneMuted": false,
"lastDialTimestampMillis": 0,
"timestamp": 1426616376720
}
]