GET breeze/NE/GetDashboardStats_TotalEligiblePopByRegion?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TotalEligiblePopByRegion| Name | Description | Type | Additional information |
|---|---|---|---|
| RegionId | byte |
None. |
|
| RegionName | string |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.TotalEligiblePopByRegion, NE.Models",
"RegionId": 64,
"RegionName": "sample string 2",
"Total": 3
},
{
"$ref": "1"
}
]