Query on events and subscription APIs
Hi Team,
We have the following queries on the Events and Subscriptions API based on the following scenario .
- I have a subscription created for activityUpdate event. The middleware will repeatedly call the GetEvents API to get all the events that has taken place. At one point the subscription expires and the GetEvents API response says subscription expired. At this point, we will create a new subscription. So will I be able to retrieve the events which took place after my previous subscription got expired and before my new subscription got created ?
- The REST API documentation says that, the subscriptions that are not used in the Get Events operation will expire after 36 hours. If I keep using a subscriptionId in Get Events operation, but there are no events to return (no update has taken place in 36 hours) . Does the subscription get expired still?
Tagged:
0