{
"page": 0,
"pageSize": 0,
"filter": {
"linkId": 0,
"match": "string"
}
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/linkaction/object/list/' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"linkId": 0,
"match": "string"
}
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"objectType": "string",
"objectId": "string"
}
]
}