Authorization: ********************
{
"associated_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
},
"relationship_type": "IS_ASSOCIATED_WITH"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listnonskillactivityassociations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"associated_entity": {
"parent_sid": 0,
"parent_type": "CALL_CENTER_NODE"
},
"relationship_type": "IS_ASSOCIATED_WITH"
}'
{
"non_skill_activity_sids": [
0
]
}