GET api/COVIDExport/GetZipGenderDemographics?zip={zip}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| zip | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDZipGenderExport| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportDate | date |
None. |
|
| Zip | integer |
None. |
|
| description | string |
None. |
|
| count | integer |
None. |
|
| tested | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReportDate": "2025-12-13T22:17:04.2753441-06:00",
"Zip": 2,
"description": "sample string 3",
"count": 4,
"tested": 5
},
{
"ReportDate": "2025-12-13T22:17:04.2753441-06:00",
"Zip": 2,
"description": "sample string 3",
"count": 4,
"tested": 5
}
]
text/html
Sample:
[{"ReportDate":"2025-12-13T22:17:04.2753441-06:00","Zip":2,"description":"sample string 3","count":4,"tested":5},{"ReportDate":"2025-12-13T22:17:04.2753441-06:00","Zip":2,"description":"sample string 3","count":4,"tested":5}]
application/xml, text/xml
Sample:
<ArrayOfCOVIDZipGenderExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.COVID_Zip">
<COVIDZipGenderExport>
<ReportDate>2025-12-13T22:17:04.2753441-06:00</ReportDate>
<Zip>2</Zip>
<count>4</count>
<description>sample string 3</description>
<tested>5</tested>
</COVIDZipGenderExport>
<COVIDZipGenderExport>
<ReportDate>2025-12-13T22:17:04.2753441-06:00</ReportDate>
<Zip>2</Zip>
<count>4</count>
<description>sample string 3</description>
<tested>5</tested>
</COVIDZipGenderExport>
</ArrayOfCOVIDZipGenderExport>
text/csv
Sample:
Sample not available.