Get an integration instance

get

/api/boss/data/objects/ora/cxSalesCommon/integration/v1/$en/integrationInstances/integrationInstances/{integrationInstances_id}

Request

Path Parameters
  • This path parameter maps to the following field defined in the Integration Instances REST resource:
    1. integrationInstanceId: The unique identifier of the integration instance.
Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.

There's no request body for this operation.

Back to Top

Response

Default Response

A single item response
Body ()
Root Schema : integrationInstances_item-response
Match All
Show Source
Nested Schema : Integration Instance
Type: object
Title: Integration Instance
Integration instances represent the details of specific records integrated between Sales and other Oracle applications, such as routine identifier, status, integration payload, and integration map identifier.
Show Source
Nested Schema : __busObj_context
Type: object
Show Source
Nested Schema : integrationInstances_item-response-allOf[2]
Type: object
Show Source
Nested Schema : integrationMap
Match All
Show Source
  • Integration Map
    Title: Integration Map
    An integration map stores the attribute mapping between an object in Sales and an object in other Oracle applications. The integration process uses the mapping to determine the attributes that need to be synchronized from Sales to the other application.
  • __busObj_context
Nested Schema : status
Match All
Show Source
  • Title: Status
    Default Value: DRAFT
    The status of the integration instance.
  • Allowed Values: [ "DRAFT", "IN_PROGRESS", "COMPLETE", "ERROR", "RETRY" ]
Nested Schema : Integration Map
Type: object
Title: Integration Map
An integration map stores the attribute mapping between an object in Sales and an object in other Oracle applications. The integration process uses the mapping to determine the attributes that need to be synchronized from Sales to the other application.
Show Source
Nested Schema : $context
Type: object
Show Source
Nested Schema : integrationInstances-integrationDetails
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : integrationInstances-integrationDetails-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : integrationInstances-integrationDetails_item-response
Match All
Show Source
Nested Schema : Instance Detail
Type: object
Title: Instance Detail
An integration instance details stores the various stages of an integration instance and their statuses.
Show Source
Nested Schema : childIntegrationDetails
Match All
Show Source
Nested Schema : integration
Match All
Show Source
  • Integration Instance
    Title: Integration Instance
    Integration instances represent the details of specific records integrated between Sales and other Oracle applications, such as routine identifier, status, integration payload, and integration map identifier.
  • __busObj_context
Nested Schema : stage
Match All
Show Source
  • Title: Stage
    The stage of the integration instance detail.
  • Allowed Values: [ "ENRICH", "TRANSFORM", "ACTIVATE", "BEFORE_HANDLER", "AFTER_HANDLER" ]
Nested Schema : status
Match All
Show Source
  • Title: Status
    The status of the integration instance detail.
  • Allowed Values: [ "DRAFT", "IN_PROGRESS", "COMPLETE", "ERROR", "RETRY" ]
Back to Top