Gets the contact types for use with a contact.
| Scope | contacts Deprecated scope name: get_settings_contact_types |
| App Type | All |
| Authorization Type | Access token |
| URI | /v4/settings/contacts/types?lang={lang}&module={module} |
| 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 |
| module | string | No | Get All Modules | Use to filter by the module. | 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": "Agent",
"text": "Agent"
},
{
"value": "Applicant",
"text": "Applicant"
},
{
"value": "Attorney",
"text": "Attorney"
},
{
"value": "Billing Contact",
"text": "Billing Contact"
},
{
"value": "Business Owner",
"text": "Business Owner"
},
{
"value": "Complainant",
"text": "Complainant"
},
{
"value": "Contact",
"text": "Contact"
},
{
"value": "Developer",
"text": "Developer"
},
{
"value": "Director",
"text": "Director"
},
{
"value": "Hearing Body Member",
"text": "Hearing Body Member"
},
{
"value": "Individual",
"text": "Individual"
},
{
"value": "License Holder",
"text": "License Holder"
},
{
"value": "Officer",
"text": "Officer"
},
{
"value": "Organization",
"text": "Organization"
},
{
"value": "Pet Owner",
"text": "Pet Owner"
},
{
"value": "Respondent",
"text": "Respondent"
},
{
"value": "Shareholder",
"text": "Shareholder"
},
{
"value": "Tenant",
"text": "Tenant"
},
{
"value": "Veterinarian",
"text": "Veterinarian"
}
]
}