Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.messagethreads.sync.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()get(MthSyncThreadsParameters queryParams) Synchronizes the list of message threads.path()
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Synchronizes the list of message threads. Returns the thread records that the current user can monitor (assigned to current user, assigned to other users or unassigned).In `FSync` mode, only `Open` and `Alive`threads are returned. The records are sorted by `lastModifiedTime` in descending order.
HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/message-threads/sync Rate Limit Group: Medium App Permission: SMS
- Throws:
RestExceptionIOException
-
get
- Throws:
RestExceptionIOException
-