Get treatment arm for a list of subjects
post
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/subject-treatment
Retrieves treatment arms for a list of subjects in a study, passed in the request body. Rights: DataCaptureSubjectGet
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Supported Media Types
- application/json
Nested Schema : SubjectDto
Type:
Show Source
object
-
codeBreak: string
-
comment: string
Minimum Length:
0
Maximum Length:2048
-
description: string
Minimum Length:
0
Maximum Length:500
-
dob: string
(date-time)
-
enrollmentFailure: string
Minimum Length:
0
Maximum Length:255
-
enrollmentOverride: string
Minimum Length:
0
Maximum Length:255
-
gender: string
Minimum Length:
0
Maximum Length:10
-
id: string
(uuid)
-
informedConsentDate: string
(date-time)
-
reason: string
Minimum Length:
0
Maximum Length:255
-
screeningDate: string
(date-time)
-
screeningFailure: string
Minimum Length:
0
Maximum Length:255
-
siteId: string
-
state(required): string
Minimum Length:
0
Maximum Length:100
-
stateDate: string
(date-time)
-
studyId: string
-
studyVersion(required): string
-
subjectNumber(required): string
Minimum Length:
0
Maximum Length:500
-
userId: string
(uuid)
-
versionStart: string
(date-time)
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : SubjectTrtArmResponse
Type:
object
Title:
SubjectTrtArmResponse
Response object containing subject treatment.
Show Source
-
subjectId: string
(uuid)
Subject Id.
-
treatmentId: string
(uuid)
Treatment Id.
404 Response
Invalid study ID or version. Or subject not found
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object