Retrieve an integration service via id
GET/v1/integrationservices/:id
This endpoint retrieves an integration service using the id parameter to match a specified value. Use /v1/integrationservices to get the ids for integration services.
Request
Responses
- 200
- 400
- 404
- 412
Integration Services matching the specified id.
Request conditions failed.
Integration service not found.
Request conditions failed.