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": "2f45c96d-f1c6-4a03-a212-54d6789e20a3", "timestamp": "2025-04-24T23:29:02.5288107-05:00", "subjects": null, "deletedSubjects": null }