Changes to Get credit usage

GET /api/v1/credits/usage

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 10 of the 115 revisions of this API.21010

  1. 60500d436b852
  2. 913f273cc2f71
  3. b876edd1a4fc5
  4. 58bb216ff8ce1
  5. 3acd63d6c8612
  6. 4fa87d66426d1
  7. ff3654f420a44
  8. 0dece860f6781
  9. b181b166a2a51
  10. 97c0c1bef62122

What changed

    • added the required property data/series/items/eventCount to the response with the 200 status

      response-required-property-added

    • added the required property data/series/items/points/items/eventCount to the response with the 200 status

      response-required-property-added

    • added the new ContractNotFound enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new CreditOveragePriceCurrencyNotFound enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new InvalidCreditOverageBillingModel enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new InvoicePreviewNotAvailableForDraftContract enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new OveragePriceNotSupportedOnAddon enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new OveragePriceRequiresUsageLimit enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new GovernanceNotEnabled enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new optional header request parameter X-ACCOUNT-ID

      new-optional-request-parameter

    • added the new optional header request parameter X-ENVIRONMENT-ID

      new-optional-request-parameter

    • added the new PricingModelNotSupportedByBillingIntegration enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new optional query request parameter after

      new-optional-request-parameter

    • added the new optional query request parameter before

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the required property data/pagination to the response with the 200 status

      response-required-property-added

    • added the new DataExportIntegrationError enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new InvalidReceivedSignatureError enum value to the code response property for the response status 400

      response-property-enum-value-added

  • 97c0c1bef62122See the full diff
    • the response property data/series/items/featureId became nullable for the status 200

      response-property-became-nullable

    • the response property data/series/items/featureName became nullable for the status 200

      response-property-became-nullable

    • added the new optional query request parameter groupBy

      new-optional-request-parameter

    • added the optional property data/series/items/tags to the response with the 200 status

      response-optional-property-added