Advanced query all integration instances

post

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

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : __collection_query
Match All
Show Source
Nested Schema : __item_query
Type: object
Show Source
  • accessors
    Maps accessor names to query objects specific to corresponding accessors. Query object for each accessor supports query capabilities similar to the base.
  • fields
    Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
  • subTypes
    Maps discriminator values (as defined in subtypes) to query objects specific to corresponding subtypes. Subtype-specific query objects support a subset(fields,accessors,filter) of the query capabilities when compared to the base.
Nested Schema : __collection_query-allOf[1]
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : accessors
Type: object
Maps accessor names to query objects specific to corresponding accessors. Query object for each accessor supports query capabilities similar to the base.
Nested Schema : fields
Type: array
Restricts the resource fields. Only the specified fields and mandatory system fields are returned.
Show Source
Nested Schema : subTypes
Type: object
Maps discriminator values (as defined in subtypes) to query objects specific to corresponding subtypes. Subtype-specific query objects support a subset(fields,accessors,filter) of the query capabilities when compared to the base.
Nested Schema : collection
Type: object
Defines query criteria that can be applied on a resource collection.
Show Source
  • 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.
  • Defines the starting position of the resource collection. If offset exceeds the resource count then no resource items are returned.
  • Represents the privilege or action required to check for while serving a request to access a resource.
  • sortBy
    Orders a resource collection based on the specified fields.
Nested Schema : sortBy
Type: array
Orders a resource collection based on the specified fields.
Show Source
Nested Schema : items
Match One Schema
Show Source
  • Name of field based on which sorting will happen. Order is ascending.
  • items-oneOf[1]
    Object with single entry. Key must be name of field based on which sorting will happen. Value must be either asc or desc to decide the sort order.
Nested Schema : items-oneOf[1]
Type: object
Object with single entry. Key must be name of field based on which sorting will happen. Value must be either asc or desc to decide the sort order.
Nested Schema : parameters
Type: object
Values to be applied in a parameterized filter specific to the view.
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