Suger

list revenue record details

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

list the raw revenue record details for the given organization, partner, product, entitlement, or buyer.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
partner path string yes Cloud Partner
productId query string no Filter revenue record details by the given product ID
buyerId query string no Filter revenue record details by the given buyer ID
entitlementId query string no Filter revenue record details by the given entitlement 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: ListRevenueRecordDetailsResponse

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference