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