v1

latestSwagger 2.02026-07-17421084.8 KB
events

subscriptions/id

Get a subscription

This operation returns the subscription for the actor instance specified in the path. If there is no subscription with the id subscriptionId a 404 response will be returned unless the boolean query parameter nilOnAbsent is set to true. If nilOnAbsent is true the 404 response will be replaced with a 200 response with a nil response body.

get/v1/actor/{actorType}/{actorId}/events/{subscriptionId}

Path parameters

actorTypestring required

The actor type

actorIdstring required

The actor instance id

subscriptionIDstring required

The id of the specific subscription being targeted

Query parameters

nilOnAbsentboolean

Replace a REST-style 404 response with a 200 and nil response body when the requested key is not found.