Event
View the Events of your Models from the Event Sourcing feature.
Table name: events
Description: Storing events information of your models.
To follow the best practice of Event Sourcing, please always do these:
Append-only
Avoid updating the existing record as much as possible
Model
Response Entity
Endpoints
[GET] saas/events
Get a list of Events of a Model
Request payload:
Response payload:
[GET] saas/events/{eventUuid}
Get single Event
Request payload:
Response payload:
Last updated