GET data-lookup/mapqueryrulelinks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MapQueriesRuleLink| Name | Description | Type | Additional information |
|---|---|---|---|
| TableKey | integer |
None. |
|
| LayerID | integer |
None. |
|
| Attr | string |
None. |
|
| LinkText | string |
None. |
|
| LinkRule | integer |
None. |
|
| LinkSection | integer |
None. |
|
| Disabled | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TableKey": 1,
"LayerID": 2,
"Attr": "sample string 3",
"LinkText": "sample string 4",
"LinkRule": 5,
"LinkSection": 6,
"Disabled": 7
},
{
"TableKey": 1,
"LayerID": 2,
"Attr": "sample string 3",
"LinkText": "sample string 4",
"LinkRule": 5,
"LinkSection": 6,
"Disabled": 7
}
]