Skip to main content
Version: 5.7.0

SysGetMessages

tip

This method is available in Cloud Code scripts only.

Retrieves the specified message, irregardless of ownership.

ServiceOperation
messagingSYS_GET_MESSAGES

Method Parameters

ParameterDescription
msgIdsAn array of the ids of messages to retrieve.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {
}
}
Common Error Code

Status Codes

CodeNameDescription
40601FEATURE_NOT_ENABLEDMessaging feature is not enabled for app.