devices REST Endpoints
devices
eSources or devices in an mHealth / digital study
- Create a device to receive clinical data from an eSource
- Method: postPath:
/api/studies/{studyId}/subjects/{subjectId}/devices
- Delete a subject's eSource virtual device
- Method: deletePath:
/api/studies/{studyId}/subjects/{subjectId}/devices/{deviceId}
- Get all active eSource device instances created in the study
- Method: getPath:
/api/studies/{studyId}/devices
- Get an eSource virtual device for a subject by device ID
- Method: getPath:
/api/studies/{studyId}/subjects/{subjectId}/devices/{deviceId}
- Get eSource[s] / virtual devices associated with a subject
- Method: getPath:
/api/studies/{studyId}/subjects/{subjectId}/devices
- Update properties of a subject's eSource virtual device
- Method: putPath:
/api/studies/{studyId}/subjects/{subjectId}/devices/{deviceId}