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: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/history/all
[Deprecated]: Get all the transfer records for a subject ID
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjecttransfers/subjects/{subjectId}
[Deprecated]: Get subject based on ID
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}
Add a subject
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects
Add a subject as migartion
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/migratesubject
Code view on a subject
Method: put
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}/codeview
Get a list of subjects for the specified study and mode
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects
Get a subject's events within a date range
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/dateRange/{subjectId}
Get or search list of subjects
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/sitestudyversion
Get subject history
Method: get
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/history/{subjectId}
Get subjects and their visit schedule
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/visitschedule
Perform code break on a subject
Method: put
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}/codebreak
Randomize or dispense subject
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/randomizeordispense
Sign subject and visits
Method: post
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/studyVersion/{studyVersion}/signSubject/subject/{subjectId}/code/{code}/orgId/{orgId}
Update subject information
Method: put
Path: /ec-dc-svc/rest/v3.0/studies/{studyId}/{mode}/subjects/{subjectId}