Get the provenance event chain for a URR
GET https://api.suger.cloud/org/{orgId}/revenue/record/{partner}/{recordId}/events
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
partner | path | string | yes | Partner |
recordId | path | string | yes | Record ID |
Responses
200 — OK
Content-Type: application/json · Schema: RevenueRecordEventsResponse
RevenueRecordEventsResponse fields:
| Field | Type | Required | Description |
|---|---|---|---|
events | array<RevenueRecordEvent> | no |
RevenueRecordEvent fields:
| Field | Type | Required | Description |
|---|---|---|---|
occurredAt | string | no | |
raw | object | no | |
source | string | no | |
summary | string | no | |
type | string | no |
404 — Record not found
Content-Type: application/json
View as Markdown · Interactive API reference
Spotted something wrong or out of date on this page? Tell us and we'll correct it.