endpoints.getStatus

GET https://relay.bluejeans.com/api/endpoints/:id/status
Is this Endpoint in a call right now? Is it scheduled for a Meeting right now?
GET /api/endpoints/4fb329c03a8ce62480d87e24/status HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json { "endpointId": "4fb329c03a8ce62480d87e24", "callActive": true, "reserved": true, "dialing": false, "microphoneMuted": false, "lastDialTimestampMillis": 0, "timestamp": 1426616376945 }

inputs

id

the id of the Endpoint you want to check
String PATH yes
4fb329c03a8ce62480d87e24

outputs

an EndpointStatus object
application/json EndpointStatus