Retrieves all push subscriptions for the channel. Subscriptions can be filtered using a params object.
Optional params: Record<string, string>
An object containing key-value pairs to filter subscriptions by. Can contain clientId, deviceId or a combination of both, and a limit on the number of subscriptions returned, up to 1,000.
a PaginatedResult object containing an array of PushChannelSubscription objects.
Generated using TypeDoc
Enables devices to subscribe to push notifications for a channel.