{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"status": 0,
"includePuId": "string"
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/platffence/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"status": 0,
"includePuId": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": "string",
"name": "string",
"desc": "string",
"creator": "string",
"createTime": 0,
"beginTime": 0,
"endTime": 0,
"status": 0,
"actionType": 0,
"fenceType": 1,
"radius": 0,
"coords": [
{
"lat": 0,
"lng": 0
}
],
"alarmTimes": [
{
"hourBegin": 0,
"minuteBegin": 0,
"secondBegin": 0,
"hourEnd": 0,
"minuteEnd": 0,
"secondEnd": 0
}
]
}
]
}