{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string"
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/linkaction/action/list' \
--header 'Authorization: login成功返回的token' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"match": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": 0,
"name": "string",
"actionType": 4096,
"count": 0,
"delayTime": 0,
"waitTime": 0,
"payload": "string"
}
]
}