Skip to Main Content
Status Delivered
Workspace * IBM Cloud Ideas
Created by Guest
Created on Nov 21, 2017

Push notification service - last sent notification

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.

  • Guest
    Feb 26, 2018

    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