Get Gis Service
| Scope: | gisserviceapp_get_service |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/gisserviceapp/service |
| HTTP Method: | GET |
Response Information
application/json
{
"gisServices": [
{
"mapName": "sample string 1",
"layers": [
{
"id": 1,
"name": "sample string 2",
"parentLayerId": 3,
"defaultVisibility": true,
"subLayerIds": [
1
],
"minScale": 5,
"maxScale": 6,
"fields": [
{
"name": "sample string 1",
"type": "sample string 2",
"alias": "sample string 3"
}
]
}
]
}
]
}