Request URL
GET https://api.dotcom-monitor.com/config_api_v1/audit/object/{sample_id}
Get contents for an exact audit event by it’s id.
Path Parameters
Field | Type | Required | Description |
---|---|---|---|
sample_id |
string |
true |
The event unique id. |
Success Response
Fields Description
Field | Type | Description | |
---|---|---|---|
Id |
Int32 |
Unique identifier for an audit event
Example:
|
|
ActionTime | String | Timestamp reflecting moment when changes occur
Example:
|
|
ActionType | String | Type of system events:
Example:
|
|
UserLogin | String | Reflects user logon name within Dotcom-Monitor account. | |
ObjectName | String | The object to which the action was applied. | |
Changes | Array | Structured array, containing details on each audit event. | |
FieldName | String | Reflects field name inside objects to which changes were applied | |
IsChanged | Boolean | Tells if a particular field was changed in comparison with the last state | |
FieldValue | Array | First value reflects state of a field before modification. Second value reflects state of a field after modification. |