1

Is there a possibility to review the sent notifications?

And also an overview about which endpoints received the notifications.

IstaLibera
  • 580
  • 5
  • 22

1 Answers1

1

All about notification feature you can find in the documentation. There is no API to view sent notifications. You can try to realize some logic with confirmation response on endpoint side based on received notifications.

Oleksandr
  • 449
  • 3
  • 7
  • Thanks for your reply. So you are saying, that there is no overview about the endpoints inside the Kaa-API, and which of the endpoints have received the notification and which did not. So a workaround would be to create an endpoint, which is linked to all other endpoints sending events instead of notifications? – IstaLibera Feb 27 '17 at 12:56