For the complete documentation index, see llms.txt. This page is also available as Markdown.

featureUsageHistogram

Graphql fields and variables for the featureUsageHistogram query

Scope required:

For a complete list of possible response fields see the Histogram type.

query featureUsageHistogram ($subscriptionChargeId: ID, $periods: Int) {
  featureUsageHistogram (subscriptionChargeId: $subscriptionChargeId, periods: $periods) {
    periodRange
  }
}

Arguments

Name
Type
Description

subscriptionChargeId

ID

ID of the usage-based subscription charge

periods

Int

Number of periods to calculate the histogram.

                                                           Default is 4.|

Response

Last updated

Was this helpful?