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

Public Member Functions

 Index (Account.Index parent, string phoneNumberId=null)
 
string Path (bool withParameter=true)
 
async Task< AccountPhoneNumbersList (ListAccountPhoneNumbersParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns the list of phone numbers assigned to RingCentral customer account. Both company-level and extension-level numbers are returned. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/phone-number Rate Limit Group: Heavy App Permission: ReadAccounts User Permission: ReadCompanyPhoneNumbers More...
 
async Task< CompanyPhoneNumberInfoGet (RestRequestConfig restRequestConfig=null)
 Returns phone number(s) belonging to a certain account or extension by phoneNumberId(s). Batch request syntax is supported. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/phone-number/{phoneNumberId} Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyPhoneNumbers More...
 

Public Attributes

Account.Index parent
 
string phoneNumberId
 
RestClient rc
 

Member Function Documentation

◆ Get()

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

Returns phone number(s) belonging to a certain account or extension by phoneNumberId(s). Batch request syntax is supported. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/phone-number/{phoneNumberId} Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadCompanyPhoneNumbers

◆ List()

async Task<AccountPhoneNumbers> RingCentral.Paths.Restapi.Account.PhoneNumber.Index.List ( ListAccountPhoneNumbersParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns the list of phone numbers assigned to RingCentral customer account. Both company-level and extension-level numbers are returned. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/phone-number Rate Limit Group: Heavy App Permission: ReadAccounts User Permission: ReadCompanyPhoneNumbers


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