GET gis/rule-links

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GISRuleLinks
NameDescriptionTypeAdditional information
LayerID

integer

None.

LinkRule

integer

None.

LinkSection

integer

None.

Attr

string

None.

LinkText

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LayerID": 1,
    "LinkRule": 2,
    "LinkSection": 3,
    "Attr": "sample string 4",
    "LinkText": "sample string 5"
  },
  {
    "LayerID": 1,
    "LinkRule": 2,
    "LinkSection": 3,
    "Attr": "sample string 4",
    "LinkText": "sample string 5"
  }
]