domain-compensating-events
Operations addressed under /domain-compensating-events — 2 operations.
aurax-bff-redirect-get-domain-compensating-event-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-domain-compensating-event-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CompensatingEventDto>.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
CorrelationId | Guid | no |
EventType | string | no |
EventPayload | string | no |
StateCode | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
daprAppIdorderByorderSortpageIndexpageSizeaurax-bff-redirect-get-domain-compensating-event-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-domain-compensating-event-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-domain-compensating-event-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CompensatingEventDto.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
CorrelationId | Guid | no |
EventType | string | no |
EventPayload | string | no |
StateCode | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
daprAppIdaurax-bff-redirect-get-domain-compensating-event-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.