GET data/Permissions/GetDistrictsFromRegion/{scope}/{coverage}/{timeSpan}/{year}/{sd}/{ed}?Region={Region}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Region | string |
Required |
|
scope | string |
None. |
|
coverage | string |
None. |
|
timeSpan | string |
None. |
|
year | string |
None. |
|
sd | string |
None. |
|
ed | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DistrictsName | Description | Type | Additional information |
---|---|---|---|
district | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "district": "sample string 1" }, { "district": "sample string 1" } ]