RejectionReasons
Query the rejection reasons configured by the organization.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM RejectionReasons;
Columns
Name | Type | Operators | Description |
Id [KEY] | Int64 | Rejection reason ID. | |
Name | String | The rejection reason's name | |
TypeId | Int64 | The type ID. | |
TypeName | String | One of: 'We rejected them', 'They rejected us', 'None specified'. |