{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"creator": "string",
"beginTime": 0,
"endTime": 0,
"status": 0
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/configplan/plan/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string",
"creator": "string",
"beginTime": 0,
"endTime": 0,
"status": 0
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": 0,
"name": "string",
"desc": "string",
"creator": "string",
"createTime": 0,
"beginTime": 0,
"endTime": 0,
"status": 1,
"deviceScope": 1,
"configType": 1,
"config": "string",
"enable": true
}
]
}