GET api/COVID/GetTestingResults
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
COVIDTestingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lastUpdatedDate | LastUpdatedDate |
None. |
|
| test_group_counts | Collection of COVIDTesting |
None. |
Response Formats
application/json, text/json
Sample:
{
"lastUpdatedDate": {
"year": 1,
"month": 2,
"day": 3
},
"test_group_counts": null
}
text/html
Sample:
{"lastUpdatedDate":{"year":1,"month":2,"day":3},"test_group_counts":null}
application/xml, text/xml
Sample:
<COVIDTestingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models">
<lastUpdatedDate>
<day>3</day>
<month>2</month>
<year>1</year>
</lastUpdatedDate>
<test_group_counts i:nil="true" />
</COVIDTestingModel>