v5.0 REST Endpoints
Data Capture/Subjects/v5.0
The operations from the Data Capture/Subjects/v5.0 category.
-
[Deprecated]: Get list of subjects based on search input - Method: getPath:
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/subjects/sitestudyversion
-
[Deprecated]: Get subject history - Method: getPath:
/ec-dc-svc/rest/v5.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/v5.0/studies/{studyId}/{mode}/subjects
- Get subject based on ID
- Method: getPath:
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/subjects/{subjectId}
- Get subjects and their visit schedule
- Method: postPath:
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/subjects/visitschedule
- Randomize or dispense subject
- Method: postPath:
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/subjects/randomizeordispense
- Update subject
- Method: putPath:
/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/subjects/{subjectId}