By default, the simple message record list displays the message history from the last 30 days. This list only shows messages pushed from the console. To find the details of simple push messages triggered by API calls, you can search by device ID, user ID, or custom message ID.
View push details
Log on to the mPaaS console, select the target application, and then choose Message Push Service > Message management > Simple push records from the navigation pane on the left.
In the search box in the upper-right corner of the Simple Message Records page, enter a full device ID, user ID, or custom message ID to search for messages. The message list displays the corresponding search results.
NoteYou can query only simple push messages sent within the last 30 days.
By default, messages in the list are sorted by creation time in descending order. The list includes the following information:
Customer message ID: It is customized by user or automatically generated by system.
Push time: It refers to the time when the message was pushed, accurate to seconds.
Push mode: It indicates that the message was pushed immediately upon creation or was pushed in schedule.
Push dimension: It indicates that the message was pushed by user, Android device or iOS device.
Target ID: user ID or device ID.
Message title: the title of a message.
Creation time: The time when the message was successfully created, accurate to seconds.
Push status: Shows the push status of a message. To learn the status codes and corresponding description, see Push Status Codes.
In the list, click the expand button (+) next to a message to view its push details. The details include the following:
Message ID: The unique identifier for the message in MPS. It is either defined by the user or automatically generated by the system.
Offline Retention Period: The validity period of the message. If the message has not yet been delivered, MPS will deliver it when the target device comes online or the user initiates a binding request. MPS will not deliver the message after it expires.
Display Type: The display type of the message, such as small text, large text, or rich media.
Extended Parameters: The extended parameters that were added when the message was created.
Message Content: The body of the message.
Revoke messages
You can revoke messages that have been successfully pushed. Only messages pushed within the last 7 days can be revoked. For more information about message revocation, see the Message Revocation document.
For silent messages, the revocation is immediate and does not notify the user. For non-silent messages, in-progress pushes are stopped, and pushed messages that have not yet been displayed are canceled.
Messages with a Failed push status cannot be revoked.