GET api/COVIDExport/getCOVIDSurveillanceWeeklyDeaths
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDWeeklyDeathsExport| Name | Description | Type | Additional information | 
|---|---|---|---|
| ReportDate | date | None. | |
| CountyName | string | None. | |
| Deaths | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ReportDate": "2025-10-31T17:02:13.9037752-05:00",
    "CountyName": "sample string 2",
    "Deaths": 3
  },
  {
    "ReportDate": "2025-10-31T17:02:13.9037752-05:00",
    "CountyName": "sample string 2",
    "Deaths": 3
  }
]
        text/html
            Sample:
        
[{"ReportDate":"2025-10-31T17:02:13.9037752-05:00","CountyName":"sample string 2","Deaths":3},{"ReportDate":"2025-10-31T17:02:13.9037752-05:00","CountyName":"sample string 2","Deaths":3}]
        application/xml, text/xml
            Sample:
        
<ArrayOfCOVIDWeeklyDeathsExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.ExportModels.Surveillance">
  <COVIDWeeklyDeathsExport>
    <CountyName>sample string 2</CountyName>
    <Deaths>3</Deaths>
    <ReportDate>2025-10-31T17:02:13.9037752-05:00</ReportDate>
  </COVIDWeeklyDeathsExport>
  <COVIDWeeklyDeathsExport>
    <CountyName>sample string 2</CountyName>
    <Deaths>3</Deaths>
    <ReportDate>2025-10-31T17:02:13.9037752-05:00</ReportDate>
  </COVIDWeeklyDeathsExport>
</ArrayOfCOVIDWeeklyDeathsExport>
        text/csv
            Sample:
    
Sample not available.
