Retrieve IntegrationConfig for UUID
Retrieve the integration configuration for the given UUID.
This endpoint retrieves the configuration details of a specific integration within an organization. It is useful for obtaining the settings and parameters of an integration.
Path parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the integration configuration. This ID specifies which integration's configuration details are being requested.
Response
Returns the IntegrationConfig
Changes
Changed in 3 of the 10 revisions of this API.222
- ○
added the optional property
allOf[subschema #3]/destinationIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #3]/parentIntegrationRunIdto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
TIMEOUT_LIMIT_EXCEEDEDenum value to theallOf[subschema #3]/status/allOf[RunStatus]/response property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
allOf[AbstractResponseWithAuditFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ●
added the new
RATE_LIMIT_RETRYenum value to theallOf[subschema #3]/status/allOf[RunStatus]/response property for the response status200response-property-enum-value-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲