Links
Comment on page

Auditlog information

In order to ensure that data is kept up to date, the first bit of vocabulary that must be established is the audit log for each changed record
Metadata that allows us to track the changes of any record's JSON objects by describing each object changed, its previous value and its current value. Properties from AuditLog:
Property
Expected Type
Description
id
Integer
A unique and persistent identifier for the record.
Datetime
The date the record was created.
Integer
The ID of the person or agent that last modified the record.
Boolean
A Boolean field of "live" (1) or "deprecated" (0).
String
The JSON property that has been modified.
String
The value of the modified_property *prior to* modification. For a new record, this value will be "null".
String
The value of the JSON property *after* modification. For a record that was deleted, this value will be "null."
Integer
The record ID of the record that created the audit trail.
Text
The reason an edit was made.
String
The type of change that was made.
String
The state a change is in.