GET gis/rules?iLayer={iLayer}&iSection={iSection}&sAttr={sAttr}&RevisionDate={RevisionDate}&sTown={sTown}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iLayer | integer |
Required |
|
| iSection | integer |
Required |
|
| sAttr | string |
Required |
|
| RevisionDate | string |
Required |
|
| sTown | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GISRule| Name | Description | Type | Additional information |
|---|---|---|---|
| LayerName | string |
None. |
|
| RuleID | integer |
None. |
|
| SectionID | integer |
None. |
|
| MapType | string |
None. |
|
| TownBoundary | string |
None. |
|
| Zone | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LayerName": "sample string 1",
"RuleID": 2,
"SectionID": 3,
"MapType": "sample string 4",
"TownBoundary": "sample string 5",
"Zone": "sample string 6"
},
{
"LayerName": "sample string 1",
"RuleID": 2,
"SectionID": 3,
"MapType": "sample string 4",
"TownBoundary": "sample string 5",
"Zone": "sample string 6"
}
]