ODM extract for admin data

get

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

This API is used to extract administration data in CDISC ODM-XML format. Right: ODMAdminDataGet.

Request

Path Parameters
Query Parameters
  • It includes data in the ODM Extract after this timestamp. It accepts yyyy-MM-dd'T'HH:mm:ss.SSS'Z' date format.
  • 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.
  • Indicates whether to include Clinical One Sites data for the study in the ODM Extract. It accepts true or false. The default value is true.
  • Indicates whether to include Clinical One User data for the study in the ODM Extract. It accepts true or false. The default value is true.
  • The number of users/sites, beginning with the offset, that you want to retrieve. Offset must be provided to use this parameter. For example, if you want to retrieve users 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 user/site you want to start retrieving admin 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.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ODM
Type: object
Show Source
Nested Schema : adminData
Type: array
Show Source
Nested Schema : AdminData
Type: object
Show Source
Nested Schema : location
Type: array
Show Source
Nested Schema : SignatureDef
Type: array
Show Source
Nested Schema : user
Type: array
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : MetaDataVersionRef
Type: array
Show Source
Nested Schema : MetaDataVersionRef
Type: object
Show Source
Nested Schema : SignatureDef
Type: object
Show Source
Nested Schema : LegalReason
Type: object
Show Source
Nested Schema : Meaning
Type: object
Show Source
Nested Schema : User
Type: object
Show Source
Nested Schema : Address
Type: array
Show Source
Nested Schema : Certificate
Type: array
Show Source
Nested Schema : DisplayName
Type: object
Show Source
Nested Schema : Email
Type: array
Show Source
Nested Schema : Fax
Type: array
Show Source
Nested Schema : FirstName
Type: object
Show Source
Nested Schema : FullName
Type: object
Show Source
Nested Schema : LastName
Type: object
Show Source
Nested Schema : LocationRef
Type: array
Show Source
Nested Schema : LoginName
Type: object
Show Source
Nested Schema : Organization
Type: object
Show Source
Nested Schema : Pager
Type: object
Show Source
Nested Schema : Phone
Type: array
Show Source
Nested Schema : Picture
Type: object
Show Source
Nested Schema : Address
Type: object
Show Source
Nested Schema : City
Type: object
Show Source
Nested Schema : Country
Type: object
Show Source
Nested Schema : OtherText
Type: object
Show Source
Nested Schema : PostalCode
Type: object
Show Source
Nested Schema : StateProv
Type: object
Show Source
Nested Schema : StreetName
Type: array
Show Source
Nested Schema : StreetName
Type: object
Show Source
Nested Schema : Certificate
Type: object
Show Source
Nested Schema : Email
Type: object
Show Source
Nested Schema : Fax
Type: object
Show Source
Nested Schema : LocationRef
Type: object
Show Source
Nested Schema : Phone
Type: object
Show Source

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