Class Index
java.lang.Object
com.ringcentral.paths.restapi.dictionary.greeting.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a standard greeting by ID.list()
list
(ListStandardGreetingsParameters queryParams) Returns the list of predefined standard greetings.path()
-
Field Details
-
rc
-
parent
-
greetingId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public DictionaryGreetingList list(ListStandardGreetingsParameters queryParams) throws RestException, IOException Returns the list of predefined standard greetings. Custom greetings recorded by user are not returned in response to this request. See Get Extension Custom Greetings.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/greeting Rate Limit Group: Medium
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns a standard greeting by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/greeting/{greetingId} Rate Limit Group: Medium- Throws:
RestException
IOException
-