Push data into ClinicalOne via real-time integration configured in Digital Gateway

post

/ib/ib-ext-svc/rest/v1.0/integrationdata

This web service allows you to send data and trigger the corresponding integration configured in Digital Gateway to import this data into ClinicalOne.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Integration input data successfully stored
Body ()
Root Schema : RTIntDetailsDto
Type: object
Show Source
  • Identifier for the record in the database corresponding to the data being sent, this will be used for tracking purposes only
  • Identifier of the job responsible for processing the data sent to Digital Gateway through the web service request
  • Configuration identifier of the integration in Digital Gateway responsible for processing the data sent through the web service request
    Example: IbIvrsIntegration

400 Response

Integration type is invalid
Body ()
Root Schema : DGErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object

404 Response

Study name is missing
Body ()
Root Schema : DGErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object

500 Response

Error occured while storing data in the DB. Please contact Oracle Support
Body ()
Root Schema : DGErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top