Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.89 KB

File metadata and controls

19 lines (15 loc) · 1.89 KB

AuditEntry

Properties

Name Type Description Notes
changed_by str { "description" : "ID of the user who made the change.", "verbs":["POST","PUT","GET"] }
id str { "description" : "ID of the audit-entry.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "ID of the organization associated with the audit-entry.", "verbs":["POST","PUT","GET"] }
entity str { "description" : "The entity type.", "verbs":["POST","PUT","GET"] }
entity_id str { "description" : "ID of the entity.", "verbs":["POST","PUT","GET"] }
audit_action str { "description" : "update, insert", "verbs":["POST","PUT","GET"] }
field_changes list[str] { "description" : "A description of the changes.", "verbs":["POST","PUT","GET"] }
new_entity list[str]
state str { "description" : "The state of the audit entry.", "verbs":["POST","PUT","GET"] }
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]

[Back to Model list] [Back to API list] [Back to README]