RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Dictionary.Greeting.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Dictionary.Greeting.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Dictionary.Index parent, string greetingId=null)
 
string Path (bool withParameter=true)
 
async Task< DictionaryGreetingListList (ListStandardGreetingsParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 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 More...
 
async Task< DictionaryGreetingInfoGet (RestRequestConfig restRequestConfig=null)
 Returns a standard greeting by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/greeting/{greetingId} Rate Limit Group: Medium More...
 

Public Attributes

string greetingId
 
Dictionary.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

async Task<DictionaryGreetingInfo> RingCentral.Paths.Restapi.Dictionary.Greeting.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns a standard greeting by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/greeting/{greetingId} Rate Limit Group: Medium

◆ List()

async Task<DictionaryGreetingList> RingCentral.Paths.Restapi.Dictionary.Greeting.Index.List ( ListStandardGreetingsParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

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


The documentation for this class was generated from the following file: