Replay Domain Event
GET/api/integrationmessages/ReplayDomainEvent/:id
Tier: Internal — subject to change without notice.
Replays a previously recorded domain event by re-publishing it to the internal message bus. This causes the event to be reprocessed by all domain event consumers, which may generate new integration messages and trigger downstream workflows.
Requires LocafiModule.Administration Update permission.
The original domain event is not modified; its event type and DTO are repackaged
into a InternalMessaging.ReplayDomainEventMessage and republished via the internal message replayer.
Request
Responses
- 200
- 400
- 401
- 403
The domain event was replayed successfully.
The domain event was not found for the current organisation.
Caller is not authenticated.
Caller does not have Update permission on the Administration module.