Export an Integration

get

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

Exports an integration. This operation returns a byte stream that is output to the display by default. If you are using cURL, use the -o option to save the response to a file.

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/octet-stream
200 Response
Successful operation
Body
Root Schema : /paths/~1v1~1integrations~1{code}~1{version}~1export/get/responses/200/schema
Type: array
404 Response
Integration not found