Get a subject by ID
get
/api/studies/{studyId}/subjects/{subjectId}
Retrieves a subject by subjectId.
Request
Path Parameters
-
studyId: string
Study identifier.
-
subjectId: string
Subject ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root 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.
404 Response
Invalid study or subject identifier.