Authorization: ********************
{
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/preferences/reports/broadcast/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_mask": "string"
}'
{
"broadcast_preferences": {
"dial_list_penetration_strategy": true,
"display_list_penetration_strategy": true,
"display_follow_the_sun": true,
"follow_the_sun": true,
"sequence_terminator_override": true,
"broadcast_template_ordering": "BY_NAME_ASC",
"email_from_addresses": [
"string"
],
"start_time_enabled": true,
"default_start_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
},
"stop_time_enabled": true,
"default_stop_time": {
"hours": 0,
"minutes": 0,
"timezone": "TIME_ZONE_AMERICA_PUERTO_RICO"
}
}
}