[Deprecated]: Get all subjects for a specific study version

get

/ec-dc-svc/rest/v1/studies/{studyId}/{mode}/subjects/sitestudyversion

Deprecated: Lists all subjects for sites in a specific study version that you have access to and that have a study version. Rights: DataCaptureSubjectGet and SubjectDataClassificationGet.

Request

Path Parameters
Query Parameters
  • Minimum Value: 0
    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.
  • Minimum Value: 0
    An order number to specify with which subject you want to start retrieving subjects. If provided, you also need to specify a value for the limit parameter. Offset is affected by the value of the order parameter.
  • The sorting order for subjects. Sorting is done by subject number. If you don't specify a value, the order is ascending by default. Accepts asc or desc.
  • ID of the site for which you want to retrieve subjects. The site must have a study version to return any results.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Subjects success.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SubjectDto
Type: object
Show Source
Nested Schema : values
Type: array
Show Source
Nested Schema : ValueDto
Type: object
Show Source

400 Response

Bad request.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top