Suger

list daily revenue records

GET https://api.suger.cloud/org/{orgId}/dailyRevenueRecord

list daily revenue records for the given organization, partner, entitlement, or buyer, within the given date range.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
partner query string no Cloud Partner
productId query string no Filter daily revenue records by the given product ID
buyerId query string no Filter daily revenue records by the given buyer ID
entitlementId query string no Filter daily revenue records by the given entitlement ID
currency query string no Filter daily revenue records by ISO 4217 currency code
startDate query string no start date (UTC) in YYYY-MM-DD format, default is 30 days before the endDate
endDate query string no end date (UTC) in YYYY-MM-DD format, default is today

Responses

200 — OK

Content-Type: application/json

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference