Message Exports
Create Message Store Report
Creates a task to collect all account messages within the specified time interval. Maximum number of simultaneous tasks per account is 2.
post/restapi/v1.0/account/{accountId}/message-store-report
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Request body
Example request
{
"messageTypes": [
"Fax",
"VoiceMail"
]
}Response
Success
Example response
{
"id": "400142200026-400142200026-bd162f24028442489385eb3f44c18354",
"messageTypes": [
"Fax",
"VoiceMail"
]
}