Get Message Event Subscription
GET/execution/:id/messageSubscriptions/:messageName
Retrieves a message event subscription for a given execution by id and a message name.
Request
Responses
- 200
- 404
Request successful.
A message subscription for the given name and execution does not exist. This may either mean that the execution does not exist, or that it is not subscribed on such a message. See the Introduction for the error response format.