integrations.get
GET
https://relay.bluejeans.com/api/integrations/:integrationType
Get the Integration instance of the specific type.
Note that the path parameter is the
type of the Integration entity, not the id like all other Relay API methods, since there can be at most one Integration of any given type.
Also note that an Integration can be missing, because it was never created or because it was later deleted, in which case this method will return 404 Not Found, but if the integration exists and is not allowed (because it was inserted manually, or admin consent was revoked externally), then this method will return the Integration with 200 OK and "allowed": false. This means that there are two API responses when the Integration is not set up, so make sure your client handles both.inputs
integrationType
The type of integration to get
IntegrationType
PATH
yes
OFFICE_365
outputs
The current state of the Integration, or
application/json
Integration
404 if the Integration has been deleted from Relay or was never
created