Authorization: ********************
{
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/preferences/schedule/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_mask": "string"
}'
{
"schedule_preferences": {
"org_id": "string",
"display_schedule_by_time_zone": true,
"use_schedule_by_time_zone": true,
"schedule_by_time_zone_scope": "BOTH",
"display_schedule_as_paused": true,
"schedule_as_paused": true,
"default_completion_threshold": 0,
"display_campaign_linking": true,
"use_campaign_linking": true,
"campaign_links": {
"property1": "string",
"property2": "string"
},
"default_campaign_link_id": "string",
"resend_cancelled_campaigns": true
}
}