GET api/v2/Study/{studyId}/Data/{key}
Gets results of asynchronous data query.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId |
Study ID |
globally unique identifier |
Required |
| key |
Data key |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Accepted, Ok, PartialContent, NotFound, BadRequest
StudyDataDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudyId | globally unique identifier |
None. |
|
| Timestamp | date |
None. |
|
| Subjects | Collection of ISubject |
None. |
|
| DeletedSubjects | Collection of IDeletedSubject |
None. |
Response Formats
application/json, text/json
Sample:
{
"studyId": "f6012502-62b1-4826-be1a-370bfa27161f",
"timestamp": "2026-04-03T21:29:18.359388-05:00",
"subjects": null,
"deletedSubjects": null
}