Authorization: ********************
{
"include_inactive": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listnonskillactivities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"include_inactive": true
}'
{
"non_skill_activities": [
{
"non_skill_activity_sid": 0,
"name": "string",
"description": "string",
"datetime_set_to_inactive": "1s",
"red": 0,
"green": 0,
"blue": 0,
"transparency": 0,
"inherited_from_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
}
}
]
}