Audit Log
Work in Progress
This topic is a work in progress and may be incomplete.
The Audit Log Model
Field | Type | Description |
---|---|---|
entityId | String | ? |
entityType | Integer | A type of the modified entity. See EntityTypes for a list. |
kind | Integer | A type of the modification. See EntityTypes for a list. |
newBody | ? | ? |
oldBody | ? | ? |
timestamp | Integer | ? |
userId | String | ? |
entityType vs kind
Both entityType and kind values refer to EntityTypes. Here are some examples to feel the difference.
User modified Object's ("entityType": 1) Property ("kind": 10):
User modified Link's ("entityType": 2) Property ("kind": 10):
User modified User's ("entityType": 5) Session ("kind": 13).