Authorization: ********************
{
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/getcampaigncompletionstatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0
}'
{
"broadcasts_exist": true,
"percent_complete": 0,
"completion_status": {
"property1": {
"task_group_sid": 0,
"name": "string",
"percent_complete": 0,
"total_tasks": 0,
"total_tasks_completed": 0
},
"property2": {
"task_group_sid": 0,
"name": "string",
"percent_complete": 0,
"total_tasks": 0,
"total_tasks_completed": 0
}
},
"total_tasks": 0,
"total_tasks_completed": 0
}