Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listadherencediagnostics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"diagnostics": [
{
"level": "INFORMATION",
"code": "GENERAL",
"message": "string",
"source_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
}
}
]
}