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 |
|---|---|---|---|
| MapType | string |
None. |
|
| LayerID | integer |
None. |
|
| GISDataLabelID | integer |
None. |
|
| LayerName | string |
None. |
|
| RuleID | integer |
None. |
|
| SectionID | integer |
None. |
|
| Attr | string |
None. |
|
| TownBoundary | string |
None. |
|
| Zone | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MapType": "sample string 1",
"LayerID": 2,
"GISDataLabelID": 3,
"LayerName": "sample string 4",
"RuleID": 5,
"SectionID": 6,
"Attr": "sample string 7",
"TownBoundary": "sample string 8",
"Zone": "sample string 9"
},
{
"MapType": "sample string 1",
"LayerID": 2,
"GISDataLabelID": 3,
"LayerName": "sample string 4",
"RuleID": 5,
"SectionID": 6,
"Attr": "sample string 7",
"TownBoundary": "sample string 8",
"Zone": "sample string 9"
}
]