Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.presence.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(ReadAccountPresenceParameters queryParams) Returns presence status of all extensions of an account.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public AccountPresenceInfo get(ReadAccountPresenceParameters queryParams) throws RestException, IOException Returns presence status of all extensions of an account. Please note: The presenceStatus is returned as Offline (the parameters telephonyStatus, message, userStatus and dndStatus are not returned at all) for the following extension types: Department, Announcement Only, Voicemail (Take Messages Only), Fax User, Paging Only Group, Shared Lines Group, IVR Menu, Application Extension. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/presence Rate Limit Group: Heavy App Permission: ReadPresence User Permission: ReadPresenceStatus- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-