GET api/COVIDExport/GetResurgenceData?regionID={regionID}&daysIncluded={daysIncluded}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| regionID | integer |
Required |
|
| daysIncluded | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RegionMetricsData| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportDate | date |
None. |
|
| RegionID | integer |
None. |
|
| RegionDescription | string |
None. |
|
| TotalTests | integer |
None. |
|
| PositiveTests | integer |
None. |
|
| TestPositivity_RollingAvg | decimal number |
None. |
|
| MedSurgAvailPct_Avg | string |
None. |
|
| ICUAvailPct_Avg | string |
None. |
|
| CLIAdmissions_RollingAvg | decimal number |
None. |
|
| COVIDHospitalBedsInUse | decimal number |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml, text/csv
Sample:
Sample not available.