GET edit/gis/info?iLayer={iLayer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iLayer | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GISInfoMaint| Name | Description | Type | Additional information |
|---|---|---|---|
| GISInfoID | integer |
None. |
|
| LayerID | integer |
None. |
|
| Label | string |
None. |
|
| Attr | string |
None. |
|
| ChangeBy | string |
None. |
|
| ChangeDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GISInfoID": 1,
"LayerID": 2,
"Label": "sample string 3",
"Attr": "sample string 4",
"ChangeBy": "sample string 5",
"ChangeDate": "sample string 6"
},
{
"GISInfoID": 1,
"LayerID": 2,
"Label": "sample string 3",
"Attr": "sample string 4",
"ChangeBy": "sample string 5",
"ChangeDate": "sample string 6"
}
]