GET api/COVID19/Export/getCasesDeathsAgeDemographics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDCountyAgeExportName | Description | Type | Additional information |
---|---|---|---|
CountyName | string |
None. |
|
AgeGroup | string |
None. |
|
Cases | integer |
None. |
|
Deaths | integer |
None. |
|
Report_Date | date |
None. |
|
DateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CountyName": "sample string 1", "AgeGroup": "sample string 2", "Cases": 3, "Deaths": 4, "Report_Date": "2025-06-13T04:38:59.5160547-05:00", "DateUpdated": "2025-06-13T04:38:59.5160547-05:00" }, { "CountyName": "sample string 1", "AgeGroup": "sample string 2", "Cases": 3, "Deaths": 4, "Report_Date": "2025-06-13T04:38:59.5160547-05:00", "DateUpdated": "2025-06-13T04:38:59.5160547-05:00" } ]
text/html
Sample:
[{"CountyName":"sample string 1","AgeGroup":"sample string 2","Cases":3,"Deaths":4,"Report_Date":"2025-06-13T04:38:59.5160547-05:00","DateUpdated":"2025-06-13T04:38:59.5160547-05:00"},{"CountyName":"sample string 1","AgeGroup":"sample string 2","Cases":3,"Deaths":4,"Report_Date":"2025-06-13T04:38:59.5160547-05:00","DateUpdated":"2025-06-13T04:38:59.5160547-05:00"}]
application/xml, text/xml
Sample:
<ArrayOfCOVIDCountyAgeExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.COVID19.Export"> <COVIDCountyAgeExport> <AgeGroup>sample string 2</AgeGroup> <Cases>3</Cases> <CountyName>sample string 1</CountyName> <DateUpdated>2025-06-13T04:38:59.5160547-05:00</DateUpdated> <Deaths>4</Deaths> <Report_Date>2025-06-13T04:38:59.5160547-05:00</Report_Date> </COVIDCountyAgeExport> <COVIDCountyAgeExport> <AgeGroup>sample string 2</AgeGroup> <Cases>3</Cases> <CountyName>sample string 1</CountyName> <DateUpdated>2025-06-13T04:38:59.5160547-05:00</DateUpdated> <Deaths>4</Deaths> <Report_Date>2025-06-13T04:38:59.5160547-05:00</Report_Date> </COVIDCountyAgeExport> </ArrayOfCOVIDCountyAgeExport>
text/csv
Sample:
Sample not available.