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

Public Member Functions

 Index (Account.Index parent, string templateId=null)
 
string Path (bool withParameter=true)
 
async Task< UserTemplatesList (ListUserTemplatesParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns the list of user templates for the current account. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/templates Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadCompanyInfo More...
 
async Task< TemplateInfoGet (RestRequestConfig restRequestConfig=null)
 Returns the user template by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/templates/{templateId} Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyInfo More...
 

Public Attributes

Account.Index parent
 
RestClient rc
 
string templateId
 

Member Function Documentation

◆ Get()

async Task<TemplateInfo> RingCentral.Paths.Restapi.Account.Templates.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns the user template by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/templates/{templateId} Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyInfo

◆ List()

async Task<UserTemplates> RingCentral.Paths.Restapi.Account.Templates.Index.List ( ListUserTemplatesParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns the list of user templates for the current account. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/templates Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadCompanyInfo


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