v1.0

post

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/subject-doseholds

Retrieves the visits marked with dose hold for all subjects.

Request

Path Parameters
  • Indicates the operational mode of the study. Accepted values: active, test, or training.
    Example:
    test
  • Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
Supported Media Types
Request Body - application/json ()
Root Schema : DoseholdSubjectsRequest v1.0
Type: object
Title: DoseholdSubjectsRequest v1.0
Contains a list of subjects to get dosehold details.
Show Source
Nested Schema : Subjects
Type: array
Title: Subjects
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
List of subject IDs.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DoseholdSubjectsResponse v1.0
Type: object
Title: DoseholdSubjectsResponse v1.0
Response containing dose hold visits for subjects.
Show Source
Nested Schema : Subjects
Type: array
Title: Subjects
List of dose hold visits for subjects.
Show Source
Nested Schema : DoseholdSubjectVisitsTO v1.0
Type: object
Title: DoseholdSubjectVisitsTO v1.0
Contains dosehold visits for a subject.
Show Source
Examples

Back to Top