v4.0 REST Endpoints
Data Capture/Subjects/v4.0
The operations from the Data Capture/Subjects/v4.0 category.
-
[Deprecated]: Get a list of subjects for the specified study and mode - Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/history/all
-
[Deprecated]: Get list of subjects based on search input - Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/sitestudyversion
-
[Deprecated]: Get subject history - Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/history/{subjectId}
- Get a list of subjects with lock status for the specified study and mode
- Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects
- Get subject based on ID
- Method: getPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/{subjectId}
- Get subjects and their visit schedule
- Method: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/visitschedule
- Perform code break on a subject
- Method: putPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/{subjectId}/codebreak
- Randomize or dispense subject
- Method: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/randomizeordispense
- Sign subject and visits
- Method: postPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/studyVersion/{studyVersion}/signSubject/subject/{subjectId}/code/{code}/orgId/{orgId}
- Update subject screen failure date
- Method: putPath:
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/subjects/{subjectId}