Authorization: ********************
{
"entity": {
"id": "string"
},
"mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/portalmanager/getplugininstance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": {
"id": "string"
},
"mask": "string"
}'
{
"entity": {
"id": "string",
"name": "string",
"description": "string",
"plugin_definition": "string",
"data": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
},
"metadata": {
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
},
"last_edited": "1s",
"method_id": "REQUEST_METHOD_UNKNOWN",
"display_methods": [
"REQUEST_METHOD_UNKNOWN"
]
}
}