Preview

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

billingCharges

Returns a list of billing charges based on filter criteria; query will use forward pagination by default

This page contains

    Authorization Rules

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

    Scopes

    billing-charge.billing-charge.read.instance

    billing-charge.billing-charge.read.tenant

    billing-charge.billing-charge.read.account

    billing-charge.billing-charge.read.self

    ROLE_SUPERUSER

    ROLE_CHANNEL_ADMIN

    ROLE_CHANNEL_SUPPORT

    ROLE_PARTNER

    ROLE_PARTNER_READ

    ROLE_USER

    ROLE_SYS_ADMIN

    Arguments

    first Int

    Number of elements to return (page size) Providing this indicates that it is forward pagination Default value is 10

    after String

    Returns elements after specified cursor Providing this indicates that it is forward pagination

    last Int

    Number of elements to return in reverse order (page size) Providing this indicates that it is backward pagination Default value is 10

    before String

    Returns elements before specified cursor Providing this indicates that it is backward pagination

    filter BillingChargeFilterInput PREVIEW

    Filter criteria for billing charges

    orderBy BillingChargeOrderBy PREVIEW

    Sort order for billing charges

    Return Fields

    MainBillingChargeConnection! PREVIEW

    Connection type for MainBillingCharge

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.