HistoryItem
| Field | Type | Required | Description |
|---|---|---|---|
id |
number |
||
details |
string |
||
entityId |
number |
Id of the subentity which the history entry belongs to | |
newValue |
object |
||
oldValue |
object |
||
createDate |
string |
format: date-time |
|
user |
object |
Example
Section titled “Example”{ "id": 468, "details": "string", "entityId": 0, "newValue": { "status": "checkedIn" }, "oldValue": { "status": "ready" }, "createDate": "2026-01-01T00:00:00Z", "user": { "name": "Max Muster", "id": "237e228f-c1d0-4bb7-898d-14a5aa1ea955" }}
