Get all integration instances

get

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

Request

Query Parameters
  • Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • The resource collection will be queried using the specified filter condition.
  • Restricts the number of resource items returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resource items.
    Default Value: 25
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
    Default Value: 0
  • Orders a resource collection based on the specified fields. The parameter value is a comma-separated string of field names, each optionally followed by a colon and "asc" (default) or "desc".

There's no request body for this operation.

Back to Top

Response

Default Response

An array of items response
Body ()
Root Schema : integrationInstances_view-default
Match All
Show Source
Nested Schema : __collection_context
Type: object
Show Source
Nested Schema : integrationInstances_view-default-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : integrationInstances_view-default_item-response
Match All
Show Source
Nested 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 : integrationInstances_view-default_item-response-allOf[1]
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 : 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" ]
Nested Schema : integrationMap
Type: object
Show Source
Back to Top