Retrieve an Integration

get

/icsapis/v1/integrations/{code}/{version}

Retrieves an integration. Results include the extended metadata for the integration, but do not include the integration in its entirety (refer to the export API).

Request

Supported Media Types
  • application/xml
  • application/json
Path Parameters
code
Type: string
Required: true
Integration identifier
version
Type: string
Required: true
Integration version

Response

Supported Media Types
  • application/json; charset=UTF-8
  • application/xml; charset=UTF-8
200 Response
Successful operation
Body
Root Schema : ICSProjectResource
Type: object
Nested Schema : ICSFileArtifacts
Type: object
Nested Schema : ICSFlowConfigContent
Type: object
Nested Schema : ICSFlowContent
Type: object
Nested Schema : ConnectionItem
Type: object
Nested Schema : trackingVariables
Type: array
Nested Schema : fileArtifacts
Type: array
Nested Schema : ICSFileArtifact
Type: object
Nested Schema : fileByteArray
Type: array
Nested Schema : appInstConnProperties
Type: array
Nested Schema : appInstCredProperties
Type: array
Nested Schema : ApplicationTypeResource
Type: object
Nested Schema : ConnectionProperty
Type: object
Nested Schema : acceptableKeys
Type: array
Nested Schema : Attachment
Type: object
Nested Schema : customProperties
Type: array
Nested Schema : Key
Type: object
Nested Schema : decodedContentBytes
Type: array
Nested Schema : appTypeConnProperties
Type: array
Nested Schema : appTypeCredProperties
Type: array
Nested Schema : VendorInfo
Type: object
Nested Schema : TrackingVariableType
Type: object
Nested Schema : ReferenceType
Type: object
Nested Schema : property
Type: array
Nested Schema : property
Type: array
Nested Schema : PropertyType
Type: object
404 Response
Integration not found