subjects REST Endpoints

subjects
Subjects in an mHealth / digital study
Delete a subject by ID
Method: delete
Path: /api/studies/{studyId}/subjects/{subjectId}
Delete subjects and decommission devices in a study
Method: delete
Path: /api/studies/{studyId}/subjects
Get a subject by ID
Method: get
Path: /api/studies/{studyId}/subjects/{subjectId}
List all subjects in a study
Method: get
Path: /api/studies/{studyId}/subjects
Register a subject in a study
Method: post
Path: /api/studies/{studyId}/subjects
Update subject attributes
Method: put
Path: /api/studies/{studyId}/subjects/{subjectId}