GET gis/info

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GISInfo
NameDescriptionTypeAdditional information
LayerID

integer

None.

Label

string

None.

Attr

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LayerID": 1,
    "Label": "sample string 2",
    "Attr": "sample string 3"
  },
  {
    "LayerID": 1,
    "Label": "sample string 2",
    "Attr": "sample string 3"
  }
]