It would be good to add an api to fetch the last sent notification details. This would be helpful in most of the mobile applications.
It would be virtually impossible to implement certain features in mobile applications without this capability.
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
The functionality is already available today in Push notification service on IBM Cloud.
https://console.bluemix.net/apidocs/800-push-notifications?&language=shell_curl#introduction
Use getMessageReports specifying the duration needed and pick the last message sent or anything in that duration window
then use getMessage by passing the ID to get the content of the last sent message.
GTS team - please verify this satisfies your usecase and then change the status to Closed if acceptable