Clarification on Subscriptions #244
sachinvodafone
started this conversation in
General
Replies: 1 comment 9 replies
-
Hi @sachinvodafone,
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team ,
I would like to clarify couple of things on subscription :
According to the API design guidelines for subscriptions, startsAt is defined as the "Date when the event subscription will begin/began." However, it is unclear whether this refers to the initiation of the subscription creation process or the actual time when the subscription becomes active.
Additionally, should the user expect the "ACTIVATION_REQUESTED" status for synchronous subscriptions? The expectation is that subscription creation and activation should occur immediately for synchronous processes (please correct me if I am wrong). Therefore, using "ACTIVATION_REQUESTED" as a status in a synchronous context would indeed be confusing and typically inappropriate. The status should always be "ACTIVE" in response.
Beta Was this translation helpful? Give feedback.
All reactions