curl --location -g --request GET 'http://172.16.1.44:9800/rest/services/{{DATA_SERVICE_NAME}}/data/fieldinfo?datasourceName={{DATASOURCE_NAME}}&parentDatasetName=黄山&datasetName=水系_面&lang=zh-CN&sourceRouterKey=details' \
--header 'ua_token: '
{
"result": {
"fields": [
{
"alias": "KID",
"isEditable": false,
"isGeoField": false,
"isNullable": false,
"isSystemField": true,
"length": 0,
"name": "KID",
"presicion": -1,
"type": "Fid"
},
{
"alias": "GEOMETRY",
"isEditable": true,
"isGeoField": true,
"isNullable": true,
"isSystemField": true,
"length": 0,
"name": "GEOMETRY",
"presicion": -1,
"type": "Geometry"
},
{
"alias": "ELEMID",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 30,
"name": "ELEMID",
"presicion": 0,
"type": "String"
},
{
"alias": "ENTIID",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 30,
"name": "ENTIID",
"presicion": 0,
"type": "String"
},
{
"alias": "CLASID",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 6,
"name": "CLASID",
"presicion": 0,
"type": "String"
},
{
"alias": "CLASID92",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 6,
"name": "CLASID92",
"presicion": 0,
"type": "String"
},
{
"alias": "NAME",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 60,
"name": "NAME",
"presicion": 0,
"type": "String"
},
{
"alias": "SHAPE_LENG",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 17,
"name": "SHAPE_LENG",
"presicion": 11,
"type": "Double"
},
{
"alias": "SHAPE_AREA",
"isEditable": true,
"isGeoField": false,
"isNullable": true,
"isSystemField": false,
"length": 17,
"name": "SHAPE_AREA",
"presicion": 11,
"type": "Double"
}
]
},
"resultcode": "success"
}