I'm trying to get the payload of past notifications using the notifications history api call. In the documentation, the response has a payload attribute but when I make the request I don't get it. Is there something I'm missing?
Solved! Go to Solution.
โ08-02-2017 07:56 AM
Hi @ralph0win0,
My sincere apologies, but the code incorporating that particular change was pulled from release due to some last minute issues with some unrelated changes in that code. Unfortunately, that change in release schedule wasn't communicated clearly to the documentation team so they could pull their update.
I'll have the documentation team fix the examples right away. As far as when Webhooks would be updated to include the payloads in the notification history, I have no further information on that other than it's still in the works.
Thanks for the heads up about this!
โ08-04-2017 10:02 AM - edited โ08-04-2017 10:04 AM
Hi @ralph0win0,
I'm looking into this. That documentation was changed a while back in preparation for a release that was adding payload to the notification history. Evidently, that release never happened or was reverted, so I'm reaching out to find out what happened and what to expect in the future. I'll update here once I find out.
โ08-03-2017 03:42 PM
Thanks Aaron
โ08-03-2017 10:26 PM
Hi @ralph0win0,
My sincere apologies, but the code incorporating that particular change was pulled from release due to some last minute issues with some unrelated changes in that code. Unfortunately, that change in release schedule wasn't communicated clearly to the documentation team so they could pull their update.
I'll have the documentation team fix the examples right away. As far as when Webhooks would be updated to include the payloads in the notification history, I have no further information on that other than it's still in the works.
Thanks for the heads up about this!
โ08-04-2017 10:02 AM - edited โ08-04-2017 10:04 AM
Back with an update! The fix to include the payload in a particular notification's history is now in production. Any call to rest/v1/notifications/{{notificationId}} will now include a payload element with the original payload of the notification.
The documentation has been updated in our development system to show that in the example. That new documentation will be live in about two weeks.
โ10-04-2017 10:37 AM