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