integrations.list

GET https://relay.bluejeans.com/api/integrations/
Lists all entities of the given class. Optionally, you can pass query parameters to filter the list based on field equality.
GET /api/integrations/ HTTP/1.1 HTTP/1.1 200 OK Content-Type: application/json [ entity0, entity1, ... entityN ]GET /api/integrations/?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<Integration>