Subscriptions
Get subscription activities
Fetches subscription activities of a given subscription.
get/v1/subscriptions/{id}/activities
Path parameters
idstring uuid required
The unique identifier of the subscription
Query parameters
operation_typesstring[]
Filters subscriptions by operationTypes. If the value is null, all subscription activities for the specified subscriptionId are returned.
beforestring
Lower bound of the page of data to return (cannot be used together with [after] or [offset]).
afterstring
Upper bound of the page of data to return (cannot be used together with [before] or [offset]).
offsetinteger
Offset of the page of data to return (cannot be used together with [before] or [after]).
limitinteger
The maximum amount of items to return.
sorting_keysstring[]
The keys to sort the results by.
sorting_orderPageOrder[]
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.
Response
The subscription activities are returned.