Get a campaign's disposition buttons
Returns the campaign’s disposition buttons as a plain array ordered by display_order, with each button’s name, colour and outcome resolved from its referenced call tag.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Path Parameters
Dialer campaign ID.
^[1-9][0-9]*$Response
The campaign's disposition buttons, ordered by display_order.
Button ID.
"15"
Referenced call-tag ID.
"101"
How the dialer treats a call dispositioned with this button.
successful_positive, successful_negative, rescheduled, unsuccessful_call_again, unsuccessful_do_not_call "rescheduled"
Colour of the referenced tag; null when unresolvable.
"#FFAA00"
Ascending display position.
0
Display name of the referenced tag; null when unresolvable.
"Call back later"
Outcome of the referenced tag; null when unresolvable.
"rescheduled"
Related topics
Replace a campaign's disposition buttonsList disposition tagsCloudTalk API Response Envelope Formats and Schema