{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"pid": "string",
"parent": true
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pugroup/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"pid": "string",
"parent": true
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": "string",
"pid": "string",
"name": "string",
"desc": "string",
"recordKeepDur": 0,
"inheritRecordKeepDur": 0
}
]
}