listenerservices.list
GET
https://www.bluejeansbyverizon.com/api/listenerservices/
Lists all Listener Services.
Optionally, you can pass query parameters to filter the list based on field equality.
GET /api/listenerservices/ HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
[ entity0, entity1, ... entityN ]GET /api/listenerservices/?field0=value0&field1=value1 HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
// array of entities where field0 is value0 and field1 is value1
outputs
array of entity objects, not sorted in any particular order
application/json
List<ListenerService>