string getSuccessfulMessages(string deviceId)

This function can be used to return a JSON array of GUID strings of successfully queued messages. This list will show a maximum of 500 entries, with the oldest being removed if not read. After each read the list is cleared.

Parameters

Name Description
deviceId The ID of the device.

Return

A JSON formatted string containing an array of message GUID strings.