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": "eabe8971-ade1-4e4d-aa86-3f9406529ba9",
"timestamp": "2025-12-15T21:19:41.0782309-06:00",
"subjects": null,
"deletedSubjects": null
}