List all subjects in a study
get
/api/studies/{studyId}/subjects
Lists all subjects in a study based on the study ID.
Request
Path Parameters
-
studyId: string
Study object ID. Returns all subjects for this study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Nested Schema : subject
Type:
Show Source
object
-
id:
string(uuid)
-
site(optional):
string
The site identifier; for example, siteId or a site mnemonic.
-
srcSubjId(optional):
string
SubjectId in the target application; for example, InForm. This field must be unique within an mHealth study.
-
studyId:
string(uuid)
Study identifier within the mHealth platform. Returned by study endpoint.
403 Response
Forbidden. The user may not have the necessory permission to perform this operation.
404 Response
Invalid studyId.