studies REST Endpoints
studies
Everything about mHealth / digital studies in a tenant
- Get a study by ID
- Method: getPath:
/api/studies/{studyId}
- Get study-level settings
- Method: getPath:
/api/studies/{studyId}/config
- Get the status of a job
- Method: getPath:
/api/studies/{studyId}/jobs/{jobId}
- List all studies
- Method: getPath:
/api/studies
- Override study-level settings
- Method: putPath:
/api/studies/{studyId}/config
- Restart message delivery retry attempts on permanently failed dispatches
- Method: postPath:
/api/studies/config/targetReconciler