Authorization: ********************
{
"entity": {
"id": "string"
},
"mask": "string",
"page_size": 0,
"page": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/portalmanager/listportallinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": {
"id": "string"
},
"mask": "string",
"page_size": 0,
"page": 0
}'
{
"entities": [
{
"id": "string",
"portal_id": "string",
"plugin_instance_id": "string",
"portal_config_id": "string",
"task_id": "string",
"data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"metadata": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"last_edited": "1s"
}
]
}