NotificationsApi postNotificationsChannelSubscriptions

I call postNotificationsChannelSubscriptions() few times and each time I put subscribed topics on the body. I expect this method will return all existing subscribed topics at the moment, however, sometimes I don't see some topics I passed in body of putNotificationsChannelSubscriptions() returned from this method. It looks to me some topics are subscribed successful but some are not. How can I make sure that all topics I pass in the body are subscribed successful? If a topic in the body is not returned from this method does it mean that topic is not subscribed successful?
Thanks

Hi hnguyen,

The PUT operation to update topics should return all of the valid topics that were requested in a 200 response unless maybe there were some duplicates in the request? Can you give examples of topics that were not returned in a 200 response?

Zino.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.