Event
View the Events of your Models from the Event Sourcing feature.
Model
use SaasReady\Models\Events;Response Entity
type Event = {
uuid: string;
name: string;
category: string;
properties: array;
activated_at: string;
created_at: string;
updated_at: string;
model: Model;
user?: User | null;
}Endpoints
[GET] saas/events
[GET] saas/events/{eventUuid}
Last updated