v1.0

post

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

Retrieves visits marked with partial dispensation 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 : PartialDispensationSubjectsRequest v1.0
Type: object
Title: PartialDispensationSubjectsRequest v1.0
Contains a list of subjects to get partial dispensation 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 : PartialDispensationSubjectsResponse v1.0
Type: object
Title: PartialDispensationSubjectsResponse v1.0
Response containing partial dispensation visits for subjects.
Show Source
Nested Schema : Subjects
Type: array
Title: Subjects
List of partial dispensation visits for subjects.
Show Source
Nested Schema : PartialDispensationSubjectVisitsTO v1.0
Type: object
Title: PartialDispensationSubjectVisitsTO v1.0
Contains partial dispensation visits for a subject.
Show Source
Examples

Back to Top