Suger

list revenue records

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

list the revenue records for the given organization, product, entitlement, or buyer.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
partner path string yes Cloud Partner
productId query string no Filter revenue records by the given product ID
entitlementId query string no Filter revenue records by the given entitlement ID
buyerId query string no Filter revenue records by the given buyer ID
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
limit query integer no List pagination size, default 1000, max value is 1000
offset query integer no List pagination offset, default 0

Responses

200 — OK

Content-Type: application/json · Schema: ListRevenueRecordsResponse

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference