Skip to main content

Get the Platform Consumption

Get the Platform Consumption for the authenticated user.

Query Parameters
    applies_to string required
    include_subscription boolean
    include_limit boolean
Responses

Found


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • account_limits int32
    applies_to string required
    block boolean
    consumption int32

    Possible values: >= 1

    id int64
    limits int32
    reference_id int64
    reference_type string

    Possible values: [SUBSCRIPTION, ACCOUNT]

    remaining int32
    resets_in_seconds int64
    subscription_limits int32
  • ]
  • last string nullable required

    The link to the last page.

    next string nullable required

    The link to the next page or null if there's no page.

    prev string nullable required

    The link to the previous page or null if there's no page.

    self string nullable required

    The link to the current page.

Loading...