Function getSubscriptionsFiltered

  • Retrieves a paginated list of subscriptions based on the provided filter, limit, and cursor.

    Parameters

    • connection: Connection

      The database connection to use for the query.

    • Optional subscriptionFilter: SubscriptionFilter = null

      The filter criteria to apply to the subscriptions.

    • Optional limit: OptionalLimit = null

      The maximum number of subscriptions to retrieve.

    • Optional cursor: OptionalPageCursor = null

      The cursor for pagination.

    Returns Promise<PaginatedEntity<Subscription>>

    A promise that resolves to a paginated list of subscriptions.

    Available since ApiVersion 1