文档
测试

围栏列表

POST
/api/Geofence/GeofenceList

接口描述

围栏列表

请求头

参数名
类型
描述
必填
AuthToken
string
AuthToken-请输入AuthToken
必填

请求/ 示例

``` { "deviceId": "string" } ```

响应/ 示例

``` { "stateCode": 0, "message": "string", "dataName": "string", "list": [ { "geofenceId": "string", "geofenceName": "string", "radius": 0, "centerLat": 0, "centerLng": 0, "fenceType": 0, "alarmType": 0, "address": "string", "fenceNo": "string", "paramJson": "string", "createTime": "2021-06-21T01:43:24.652Z", "isActive": true, "appType": 0 } ] } ```