Preview

subscriptionServiceEvents is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

subscriptionServiceEvents

Find service events for a given subscription

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    billing.subscription.read.self

    billing.subscription.read.account

    billing.subscription.read.tenant

    billing.subscription.read.instance

    ROLE_USER

    ROLE_COMPANY_ADMIN

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_PARTNER_READ

    ROLE_SUPER_USER

    Arguments

    subscriptionId ID!

    Subscription record ID

    first Int

    Number of items to return

    last Int

    Number of items to return from the end

    before String

    Returns elements before specified cursor

    after String

    Returns elements after specified cursor

    filter SubscriptionServiceEventsFilter PREVIEW

    Filter events by type

    orderByFilter SubscriptionServiceEventsOrderBy PREVIEW

    Order events by field and direction

    Return Fields

    SubscriptionServiceEventsConnection! PREVIEW

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.