java.lang.Object
com.ringcentral.paths.restapi.account.presence.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • get

      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:
      RestException
      IOException
    • get

      Throws:
      RestException
      IOException