listenerservices.get

GET https://www.bluejeansbyverizon.com/api/listenerservices/:id
Returns the Listener Service with the given id.
GET /api/listenerservices/4fb329c03a8ce62480d87e24 HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json { "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }

inputs

id

The id of the entity to return.
String PATH yes
4fb329c03a8ce62480d87e24

outputs

The entity with the given id.
application/json ListenerService