Skip to content

Change History object

This is an object representing a change in an setting or configuration. The change history object provides information for auditing the before and after state of the setting, as well as information on which user in the system made the change, and when it occurred.

The Change History schema

json
{
    "previous": { },
    "current": { },
    "modifiedBy": {
        "userId": "",
        "username": "",
        "firstName": "",
        "lastName": ""
    }
}

Fields


previous object

Polymorphic object which contains the setting or configuration values prior to the change that was made. The properties of previous object are depending on the particular event-typeevent that was triggered by the modification.


current object

Polymorphic object which contains the setting or configuration values after the change was made. The properties of current object are depending on the particular event-typeevent that was triggered by the modification.


modifiedBy list

Identifing information about the user who submitted the setting or configuration change.

child attributes

AttributeTypeDescription
userIdstringThe Cirrus Insight identifier for the user record who made the change.
usernamestringThe user's username, typically email format.
lastNamestringLast name of the meeting owner.
firstNamestringFirst name of the meeting owner.

Raleigh, NC a Cirruspath, Inc. company