import CustomCompanyGreetingInfo from "../definitions/CustomCompanyGreetingInfo"; import CustomGreetingRequest from "../definitions/CustomGreetingRequest"; import DictionaryGreetingInfo from "../definitions/DictionaryGreetingInfo"; import DictionaryGreetingList from "../definitions/DictionaryGreetingList"; import PathSegment from "../PathSegment"; export default class Greeting extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 8.2 (Release 1.0.26)
Returns a list of predefined standard greetings. Please note: Custom greetings recorded by user are not returned in response to this request. See Get Extension Custom Greetings.
| Permission | Description |
|---|---|
| ReadAccounts | View Greetings |
Light
*/ list(query?: ListQuery): PromiseSince 8.2 (Release 1.0.26)
Returns a list of predefined standard greetings. Please note: Custom greetings recorded by user are not returned in response to this request. See Get Extension Custom Greetings.
| Permission | Description |
|---|---|
| ReadAccounts | View Greetings |
Light
* return {ApiResponse} */ listRaw(query?: ListQuery): PromiseSince 8.2 (Release 1.0.26)
Returns a standard greeting by ID
| Permission | Description |
|---|---|
| ReadAccounts | View Greetings |
Medium
*/ get(): PromiseSince 8.2 (Release 1.0.26)
Returns a standard greeting by ID
| Permission | Description |
|---|---|
| ReadAccounts | View Greetings |
Medium
* return {ApiResponse} */ getRaw(): Promise