ODM extract for clinical data without hidden data

get

/ec-datahub-svc/rest/v1.0/studies/{studyId}/{mode}/odm/clinicalData/blinded

This API is used to extract blinded clinical data (excluding hidden data) in CDISC ODM-XML format. This extract only includes item level transactions. If offset and limit parameters are used for pagination, the transactions will be grouped per subject.

Request

Path Parameters
Query Parameters
  • Indicates whether to include Snapshot or Transactional data in the ODM Extract. It accepts Snapshot or Transactional. The default value is Transactional.
  • It includes data in the ODM Extract after this timestamp. It accepts yyyy-MM-dd'T'HH:mm:ss.SSS'Z' date format. FromTimestamp and ToTimestamp parameters are based on the dh_timestamp and not on the Clinical One version start timestamp. dh_timestamp is the time when the transaction/value was loaded into Data Hub warehouse. The dh_timestamp value is used to ensure that all values from the database are displayed in the extract.
  • If the value is true, the data extract will include both the CDISC standard elements and Clinical One extension elements in the extract. If the value is false, the extracted data will only consist of the CDISC standard elements. It accepts true or false, or y or n. The default value is true.
  • The number of subjects, beginning with the offset, that you want to retrieve. Offset must be provided to use this parameter. For example, if you want to retrieve subjects in multiple batches of 10, you can start with an offset of 0 and limit of 10, then repeat calls to this endpoint and increase the offset value by 10 each time.
  • An order number that specifies which subject you want to start retrieving clinical data from. If provided, you also need to specify a value for the limit parameter.
  • It includes data in the ODM Extract up until this timestamp. It accepts yyyy-MM-dd'T'HH:mm:ss.SSS'Z' date format. FromTimestamp and ToTimestamp parameters are based on the dh_timestamp and not on the Clinical One version start timestamp. dh_timestamp is the time when the transaction/value was loaded into Data Hub warehouse. The dh_timestamp value is used to ensure that all values from the database are displayed in the extract.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation

400 Response

'Missing / invalid data'
Body ()
Root Schema : DataHubResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top