API Reference

Sections

Theme switcher

AuditRecord

AuditRecord

idid Required
timestampdatetime Required
user_typestring Required
Enum values:
SYSTEMUSER
user_idstring
entity_typestring Required
entity_idstring
attributestring Required
old_valuestring
new_valuestring
system_event_idint
reasonstring
Enum values:
OTHERDATASOURCE_VALUE_CHANGEDUSER_ACTIONNOT_SEEN_RECENTLY_IN_DATASOURCEREOPENED_EXCEPTIONSTATUS_RULEAGGREGATION_STATUS_RULEAGGREGATION_RULESCAN_NOT_SEEN_RECENTLY_IN_DATASOURCERULE
visibleboolean Required
userobject

Show child attributes

system_eventobject

Show child attributes

entity_namestring
entity_existsboolean
old_value_objectobject

Show child attributes

new_value_objectobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 { "id": null, "timestamp": null, "user_type": "SYSTEM", "user_id": null, "entity_type": null, "entity_id": null, "attribute": null, "old_value": null, "new_value": null, "system_event_id": null, "reason": "OTHER", "visible": false, "user": { "id": null, "first_name": null, "last_name": null, "email": null, "identity_provider_source": "COGNITO", "last_login": null, "created_time": null, "activity_status": "CREATED", "role_id": null, "created_by": null, "visible": false, "saml_groups_from_last_login": [ "" ], "username": null, "role": {}, "system_events": {}, "scope_access_groups": {}, "audit_records": {}, "profiles": {}, "saml_group_profiles": [ "" ] }, "system_event": { "id": null, "name": null, "system_event_definition_id": null, "parameters": null, "created_by_user_id": null, "created_time": null, "enabled": false, "creating_user": { "id": null, "first_name": null, "last_name": null, "email": null, "identity_provider_source": "COGNITO", "last_login": null, "created_time": null, "activity_status": "CREATED", "role_id": null, "created_by": null, "visible": false, "saml_groups_from_last_login": [ "" ], "username": null, "role": {}, "system_events": {}, "scope_access_groups": {}, "audit_records": {}, "profiles": {}, "saml_group_profiles": [ "" ] }, "id_int": null }, "entity_name": null, "entity_exists": false, "old_value_object": { "value": null, "display": null, "category": null, "duration": null }, "new_value_object": { "value": null, "display": null, "category": null, "duration": null } }
Was this section helpful?

What made this section unhelpful for you?