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
StudyDataDtoName | 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": "2ae5e721-bc81-4b59-86f1-204b7b218b29", "timestamp": "2025-09-09T21:42:04.4104568-05:00", "subjects": null, "deletedSubjects": null }