Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.callqueuepresence.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ReadExtensionCallQueuePresenceParameters queryParams) Returns a list of agent's call queues with the agent presence status (per queue).path()
put
(ExtensionCallQueueUpdatePresenceList extensionCallQueueUpdatePresenceList) Updates availability of the agent for the call queues.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public ExtensionCallQueuePresenceList get(ReadExtensionCallQueuePresenceParameters queryParams) throws RestException, IOException Returns a list of agent's call queues with the agent presence status (per queue). HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-queue-presence Rate Limit Group: Light App Permission: ReadPresence- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
put
public ExtensionCallQueuePresenceList put(ExtensionCallQueueUpdatePresenceList extensionCallQueueUpdatePresenceList) throws RestException, IOException Updates availability of the agent for the call queues. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/call-queue-presence Rate Limit Group: Medium App Permission: EditPresence- Throws:
RestException
IOException
-