{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"parentid": "string",
"upper_server_id": 0
}
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/bv28181out/group/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"parentid": "string",
"upper_server_id": 0
}
}'{
"code": 0,
"msg": "OK",
"pageInfo": {
"page": 0,
"pageSize": 20,
"totalCount": 1000
},
"data": [
{
"id": "GB28181Root",
"name": "根组",
"parentid": "",
"gb28181id": "",
"upper_server_id": 0
},
{
"id": "34020000002160000002",
"name": "设备组1",
"parentid": "GB28181Root",
"gb28181id": "34020000002160000002",
"upper_server_id": 1
},
{
"id": "34020000002160000003",
"name": "设备组2",
"parentid": "GB28181Root",
"gb28181id": "34020000002160000003",
"upper_server_id": 2
}
]
}