Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.callmonitoringgroups.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Removes information about a call monitoring group specified in path.get()
get
(ListCallMonitoringGroupsParameters queryParams) Returns a list of call monitoring groups filtered by an extension.members()
path()
post
(CreateCallMonitoringGroupRequest createCallMonitoringGroupRequest) Creates a new call monitoring group.put
(CreateCallMonitoringGroupRequest createCallMonitoringGroupRequest) Updates a call monitoring group name.
-
Field Details
-
rc
-
parent
-
groupId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public CallMonitoringGroups get(ListCallMonitoringGroupsParameters queryParams) throws RestException, IOException Returns a list of call monitoring groups filtered by an extension.HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/call-monitoring-groups Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadExtensions
- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
post
public CallMonitoringGroup post(CreateCallMonitoringGroupRequest createCallMonitoringGroupRequest) throws RestException, IOException Creates a new call monitoring group.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/call-monitoring-groups Rate Limit Group: Medium App Permission: EditExtensions User Permission: Groups
- Throws:
RestException
IOException
-
put
public CallMonitoringGroup put(CreateCallMonitoringGroupRequest createCallMonitoringGroupRequest) throws RestException, IOException Updates a call monitoring group name.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/call-monitoring-groups/{groupId} Rate Limit Group: Medium App Permission: EditExtensions User Permission: Groups
- Throws:
RestException
IOException
-
delete
Removes information about a call monitoring group specified in path.HTTP Method: delete Endpoint: /restapi/{apiVersion}/account/{accountId}/call-monitoring-groups/{groupId} Rate Limit Group: Medium App Permission: EditExtensions User Permission: Groups
- Throws:
RestException
IOException
-
members
-
bulkAssign
-