文档
测试

影像服务

POST
http://w371941k33.51vip.biz:40577/epr/api/iotServer/list

请求头

参数名
类型
描述
必填

请求参数

application/json
参数名
类型
描述
必填
isDataType
string
数据类型(影像、红线、保护地、行政区边界、注记等) 示例:红线
必填
isEnableServer
int
服务是否启用(0:未启用,1启用) 示例:1
必填
isId
int
主键 示例:5
必填
isProvideUnit
string
示例:山海础石
必填
isServerType
string
示例:wms
必填
pageNum
int
示例:null
必填
pageSize
int
示例:null
必填
isServerName
string
服务名称
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
isDataType
string
示例:红线
必填
isEnableServer
int
示例:1
必填
isId
int
示例:5
必填
isIfIssued
int
示例:1
必填
isProvideUnit
string
示例:山海础石
必填
isRegionCode
string
示例:130102
必填
isServerDesc
string
示例:空
必填
isServerName
string
示例:1104test
必填
isServerType
string
示例:wms
必填
isYear
string
示例:2021
必填
pageNum
object
示例:null
必填
pageSize
object
示例:null
必填
isServerUrl
string
服务地址 : http://120.24.69.160:6080/arcgis/rest/services/hulunbeier/gtsy2000/MapServer
必填
msg
string
示例:成功
必填
status
int
示例:1000
必填

说明 / 示例

{ "data": [ { "isDataType": "红线", "isEnableServer": 1, "isId": 5, "isIfIssued": 1, "isProvideUnit": "山海础石", "isRegionCode": "130102", "isServerDesc": "空", "isServerName": "1104test", "isServerType": "wms", "isYear": "2021", "pageNum": null, "pageSize": null } ], "msg": "成功", "status": 1000 } ![image.png](https://cos.easydoc.net/15817981/files/kvkdq3hz.png) { "data": { "current": 1, "pages": 1, "records": [ { "isDataType": "红线", "isEnableServer": 1, "isId": 5, "isIfIssued": 1, "isProvideUnit": "山海础石", "isRegionCode": "130102", "isServerDesc": "空", "isServerName": "1104test", "isServerType": "wms", "isServerUrl": "http://120.24.69.160:6080/arcgis/rest/services/hulunbeier/gtsy2000/MapServer", "isYear": "2021", "pageNum": null, "pageSize": null }, { "isDataType": "影像", "isEnableServer": 1, "isId": 6, "isIfIssued": 1, "isProvideUnit": "成都分部", "isRegionCode": "130523", "isServerDesc": "测试数据", "isServerName": "1104下午test", "isServerType": "wmts", "isServerUrl": "http://120.24.69.160:6080/arcgis/rest/services/hulunbeier/gtsy2000/MapServer", "isYear": "2021", "pageNum": null, "pageSize": null } ], "searchCount": true, "size": 20, "total": 2 }, "msg": "成功", "status": 1000 }