Event log
The event log is a collection of items that correspond to changes your users made through the chart designer and the event manager. You can use our API to list them. We also offer webhooks.
Event log item types
Charts
chart.created
: a new chart was createdchart.published
:- a draft chart version was published
- a chart was saved (and there are no events yet)
- a chart was saved (and drafts are disabled on your account)
Payload
{
"id": 169,
"type": "chart.created",
"timestamp": "2024-01-10T10:03:02.147433Z",
"data": {
"workspaceKey": "<workspace key>",
"key": "<chart key>"
}
}
Events
event.for.sale.config.updated
: some objects were made not for sale (or for sale)event.channels.updated
: channels were added or removed, or the objects assigned to the channels changedevent.categories.updated
: objects were assigned to a category for the eventevent.table.booking.config.updated
: the table booking config changed
Payload
{
"id": 169,
"type": "event.for.sale.config.updated",
"timestamp": "2024-01-10T10:03:02.147433Z",
"data": {
"workspaceKey": "<workspace key>",
"key": "<event key>"
}
}