Get Integration for an IntegrationId
GET/api/integration/:integrationId
API used to get the Integration for a specific IntegrationId
Request
Responses
- 200
- 403
- 404
- 500
Returns the Integration
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the IntegrationId specified does not exist
Internal error that prevented the retreival of Integration