Preview

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

subscriptionRecords

List all subscriptions based on a set of filters

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

    first Int
    last Int
    before String

    before: Returns elements before specified cursor, after and before are mutually exclusive

    after String

    after: Returns elements after specified cursor

    filter SubscriptionRecordsFilter! PREVIEW
    orderByFilter SubscriptionRecordsOrderByFilter PREVIEW

    Return Fields

    SubscriptionRecordsConnection! 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.