Get application component connections
GET/applications/:applicationId/components/:applicationComponentId/connections
Retrieves the configuration of connected services for given component.
Either (build) version or (git) branch must be provided as query parameter to specify the requested configuration version.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
200 response
The request was unacceptable, often due to missing a required parameter.
No valid API key provided.
The API key doesn't have permissions to perform the request.
Resource not found.
Unprocessable .codenow.config.yaml
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.