Subscriptions
Reads a stream via a persistent subscription and return a specific number of events
Reads a stream via a persistent subscription and return a specific number of events.
get/subscriptions/{stream}/{subscription}/{count}
Path parameters
streamstring required
The stream the persistent subscription is on.
subscriptionstring required
The name of the subscription group.
countinteger required
How many events to return for the request.
Query parameters
embed'None' | 'Content' | 'Rich' | 'Body' | 'PrettyBody' | 'TryHarder'
Response
OK