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 the 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 the presence status of all extensions of an account.Note: for the extension types listed below, `presenceStatus` is always returned as `Offline`, and the `telephonyStatus`, `message`, `userStatus`, and `dndStatus` attributes are not returned at all:
- 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:
RestExceptionIOException
-
get
- Throws:
RestExceptionIOException
-