Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.phonenumber.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ListExtensionPhoneNumbersParameters queryParams) Returns the list of phone numbers that are used by a particular extension, can be filtered by the phone number type.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public GetExtensionPhoneNumbersResponse get(ListExtensionPhoneNumbersParameters queryParams) throws RestException, IOException Returns the list of phone numbers that are used by a particular extension, can be filtered by the phone number type. The returned list contains all numbers which are directly mapped to the given extension. Plus the features and company-level numbers that may be used when performing different operations on behalf of this extension.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/phone-number Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadUserPhoneNumbers
- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-