Gets the preferred channels for use with a contact.
| Scope | contacts Deprecated scope name: get_settings_contact_preferredChannels |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/settings/contacts/preferredChannels?lang={lang} |
| HTTP Method | GET |
| Automation Version(s) | 7.3.2 |
| Field or Parameter | Type | Required | Values | Description | Automation Version |
|---|---|---|---|---|---|
| lang | String | No | � | Indicates the language applied. | 7.3.2 |
| Field | Type | Description | Automation Version |
|---|---|---|---|
| result[] | result{} | � | 7.3.2 |
| result.text | string | The localized display text. | 7.3.2 |
| result.value | string | The value for the specified parameter. | 7.3.2 |
| status | integer | The record status. | 7.3.3 |
{
"status": 200,
"result": [
{
"value": "1",
"text": "Email"
},
{
"value": "2",
"text": "Postal Mail"
},
{
"value": "3",
"text": "Phone"
},
{
"value": "4",
"text": "Fax"
},
{
"value": "5",
"text": "E-mail"
},
{
"value": "6",
"text": "Home Phone"
},
{
"value": "7",
"text": "Mobile Phone"
},
{
"value": "8",
"text": "Work Phone"
}
]
}