EventLog
Registro de un evento en el sistema
timestampstring<date-time>
Fecha y hora del evento
Example:
2024-03-20T15:30:00Z
typestring
Tipo de evento
Example:
created
descriptionstring
Descripción del evento
Example:
Consent template created
payloadobject
Datos adicionales del evento
Example:
{"version":1,"created_by":"cusr_123"}
EventLog
{
"timestamp": "2024-03-20T15:30:00Z",
"type": "created",
"description": "Consent template created",
"payload": {
"version": 1,
"created_by": "cusr_123"
}
}