Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.messagestorereport.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchive()
get()
Returns the current status of a task on report creation.path()
post
(CreateMessageStoreReportRequest createMessageStoreReportRequest) Creates a task to collect all account messages within the specified time interval.
-
Field Details
-
rc
-
parent
-
taskId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public MessageStoreReport post(CreateMessageStoreReportRequest createMessageStoreReportRequest) throws RestException, IOException Creates a task to collect all account messages within the specified time interval. Maximum number of simultaneous tasks per account is 2.HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/message-store-report Rate Limit Group: Heavy App Permission: ReadMessages User Permission: Users
- Throws:
RestException
IOException
-
get
Returns the current status of a task on report creation. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/message-store-report/{taskId} Rate Limit Group: Heavy App Permission: ReadMessages User Permission: Users- Throws:
RestException
IOException
-
archive
-