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": "a392af78-c788-4971-ade8-e0ce9fa3f381",
"timestamp": "2026-03-21T18:13:24.6251003-05:00",
"subjects": null,
"deletedSubjects": null
}