{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"platformID": "string",
"status": 0,
"groupId": "string"
}
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/bv28181in/device/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"platformID": "string",
"status": 0,
"groupId": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": "string",
"name": "string",
"deviceType": "string",
"mediaStreamProto": 0,
"username": "string",
"password": "string",
"platformID": "string",
"groupId": "string",
"online": true,
"channels": [
{
"id": "string",
"name": "string",
"index": 0
}
],
"enable": 0,
"location": {
"lng": 0,
"lat": 0,
"time": 0
}
}
]
}