GET api/COVIDExport/GetZipGenderDemographics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of COVIDZipGenderExportName | 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-06-13T04:16:17.6475374-05:00", "Zip": 2, "description": "sample string 3", "count": 4, "tested": 5 }, { "ReportDate": "2025-06-13T04:16:17.6475374-05:00", "Zip": 2, "description": "sample string 3", "count": 4, "tested": 5 } ]
text/html
Sample:
[{"ReportDate":"2025-06-13T04:16:17.6475374-05:00","Zip":2,"description":"sample string 3","count":4,"tested":5},{"ReportDate":"2025-06-13T04:16:17.6475374-05: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-06-13T04:16:17.6475374-05:00</ReportDate> <Zip>2</Zip> <count>4</count> <description>sample string 3</description> <tested>5</tested> </COVIDZipGenderExport> <COVIDZipGenderExport> <ReportDate>2025-06-13T04:16:17.6475374-05:00</ReportDate> <Zip>2</Zip> <count>4</count> <description>sample string 3</description> <tested>5</tested> </COVIDZipGenderExport> </ArrayOfCOVIDZipGenderExport>
text/csv
Sample:
Sample not available.