Gets the standard comments available in the system.
Scope | settings Deprecated scope name: get_settings_standard_comments |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/settings/comments?groups={groups}&lang={lang}&offset={offset}&limit={limit} |
HTTP Method | GET |
Automation Version(s) | 7.3.2 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
groups | string | No | � | The group names of entities or records | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
limit | long | No | � | Indicates the number of items that are returned in each page. | 7.3.2 |
offset | long | No | � | Indicates the offset start of each page by the number specified. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | � | 7.3.2 |
result.comments | string | Comments or notes about the current context. | 7.3.2 |
result.group | result.group{} | The name of the standard comments group. | 7.3.2 |
result.group.text | string | The localized display text. | 7.3.2 |
result.group.value | string | The value for the specified parameter. | 7.3.2 |
result.text | string | The localized display text. | 7.3.2 |
result.type | result.type{} | The standard comment type. | 7.3.2 |
result.type.text | string | The localized display text. | 7.3.2 |
result.type.value | string | The value for the specified parameter. | 7.3.2 |
result.value | string | The value for the specified parameter. | 7.3.2 |
status | integer | The record status. | 7.3.3 |