java.lang.Object
com.ringcentral.paths.restapi.account.messagethreads.entries.sync.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

      Synchronizes the list of thread entries. The response may contain: - added or updated messages (full payload); - added or updated notes (full payload); - deleted message entries (limited attributes, `availability` is set to `Deleted`); - deleted note entries (limited attributes, `availability` is set to `Deleted`); - system entries (`action` describes the action performed).

      In `FSync` model: - only `Alive` messages and notes are returned; - only messages and notes from `Open` threads are returned (unless explicit `threadIds` are requested).

      The records are sorted by `lastModifiedTime` in descending order.

      HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/message-threads/entries/sync Rate Limit Group: Medium App Permission: SMS

      Throws:
      RestException
      IOException
    • get

      Throws:
      RestException
      IOException