Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.messagethreads.entries.sync.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()get(MthSyncEntriesParameters queryParams) Synchronizes the list of thread entries.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public ThreadEntriesSyncList get(MthSyncEntriesParameters queryParams) throws RestException, IOException 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:
RestExceptionIOException
-
get
- Throws:
RestExceptionIOException
-