Skip to main content

EntityChangeEvent

Complete entity change event with metadata

oneOf
book_idstring<uuid>required
library_idstring<uuid>required
series_idstring<uuid>required
typestringrequired

Possible values: [book_created]

timestampstring<date-time>required

When the event occurred

user_idstring,null<uuid>nullable

User who triggered the change (if applicable)

EntityChangeEvent
{
"timestamp": "2024-07-29T15:51:28.071Z",
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"book_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"library_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"series_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "book_created"
}