v3.0 REST Endpoints
Data Capture/Subjects/v3.0
The operations from the Data Capture/Subjects/v3.0 category.
-
[Deprecated]: Get a list of subjects for the specified study and mode - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/history/all
-
[Deprecated]: Get a subject's events within a date range - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/dateRange/{subjectId}
-
[Deprecated]: Get all the transfer records for a subject ID - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjecttransfers/subjects/{subjectId}
-
[Deprecated]: Get list of subjects based on search input - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/sitestudyversion
-
[Deprecated]: Get subject based on ID - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}
-
[Deprecated]: Get subject history - Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/history/{subjectId}
- Add a subject
- Method: postPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects
- Code view on a subject
- Method: putPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}/codeview
- Get a list of subjects for the specified study and mode
- Method: getPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects
- Get subjects and their visit schedule
- Method: postPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/visitschedule
- Migrate a subject
- Method: postPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/migratesubject
- Perform code break on a subject
- Method: putPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}/codebreak
- Randomize or dispense subject
- Method: postPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/randomizeordispense
- Sign subject and visits
- Method: postPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/studyVersion/{studyVersion}/signSubject/subject/{subjectId}/code/{code}/orgId/{orgId}
- Update subject information
- Method: putPath:
/ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}