Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.grant.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ListExtensionGrantsParameters queryParams) Returns the list of extensions with information on grants given to the current extension regarding them.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public GetExtensionGrantListResponse get(ListExtensionGrantsParameters queryParams) throws RestException, IOException Returns the list of extensions with information on grants given to the current extension regarding them. Currently the list of grants include: picking up a call, monitoring, calling or receiving a call on behalf of somebody, call delegation and calling paging groups.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/grant Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadExtensions
- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-