domain-inbox-events
Operations addressed under /domain-inbox-events — 3 operations.
aurax-bff-redirect-get-domain-inbox-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-inbox-event-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<InboxEventDto>.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
EventName | string | no |
EventTopicName | string | no |
EventPayload | string | no |
IdempotencyKey | string | no |
CorrelationId | Guid | no |
RelatedEventId | Guid? | yes |
IsProcessed | bool? | yes |
ProcessDate | DateTime? | yes |
ResponseCode | string | no |
HasError | bool? | yes |
ErrorCode | string | no |
ErrorMessage | string | no |
Member names are the service's declaration names.
query Parameters
daprAppIdorderByorderSortpageIndexpageSizeaurax-bff-redirect-get-domain-inbox-event-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-domain-inbox-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-inbox-event-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as InboxEventDto.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
EventName | string | no |
EventTopicName | string | no |
EventPayload | string | no |
IdempotencyKey | string | no |
CorrelationId | Guid | no |
RelatedEventId | Guid? | yes |
IsProcessed | bool? | yes |
ProcessDate | DateTime? | yes |
ResponseCode | string | no |
HasError | bool? | yes |
ErrorCode | string | no |
ErrorMessage | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
daprAppIdaurax-bff-redirect-get-domain-inbox-event-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-trigger-domain-inbox-event
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 trigger-domain-inbox-event; this entry declares none of its own.
path Parameters
idaurax-bff-redirect-trigger-domain-inbox-event › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.