SatisfactionReasons
Returns reasons for bad satisfaction ratings submitted by ticket requesters.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:SELECT * FROM SatisfactionReasons WHERE Id = '10500025760540'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The Id automatically assigned to the satisfaction reason upon creation. | |
| ReasonCode | Integer | An account-level code for referencing the reason. Custom reasons are assigned an auto-incrementing integer (non-system reason codes begin at 1000). | |
| Value | String | Translated value of the reason in the account locale. | |
| RawValue | String | The dynamic content placeholder, if present, or the current value, if not. | |
| Url | String | The API URL of this satisfaction reason. | |
| CreatedAt | Datetime | The time the reason was created. | |
| UpdatedAt | Datetime | The time the satisfaction reason was last updated. | |
| DeletedAt | Datetime | The time the reason was deleted. |