Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.templates.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns the user template by ID.list()
list
(ListUserTemplatesParameters queryParams) Returns the list of user templates for the current account.path()
-
Field Details
-
rc
-
parent
-
templateId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public UserTemplates list(ListUserTemplatesParameters queryParams) throws RestException, IOException 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
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
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
- Throws:
RestException
IOException
-