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": "40a2b957-7a8b-494c-b0fe-4609c198a68f",
"timestamp": "2026-08-14T17:14:22.6876077-05:00",
"subjects": null,
"deletedSubjects": null
}