Request URL

GET https://api.dotcom-monitor.com/config_api_v1/audit/list

Get a list of all audit objects for current user for the last 24h.

Success Response

Successful response with an HTTP status code and the list of audit objects:
{
"Success":true,
"Result":[
{
"Id":11111111,
"ActionTime":"12/31/1915 11:59",
"ActionType":"Edit",
"UserLogin":"SampleUserLogin",
"ObjectName":"Task:SampleTaskName"
}
]

}

*Results may contain more than one element.

Fields Description

Field Type Description

Id

int32

Unique identifier for an audit event.

Example:

"Id": 54687
ActionTime String Timestamp reflecting the moment when a change occurred.

Example:
"ActionTime""12/31/1915 11:59 AM"
 ActionType  string Type of system events:

  • Add
  • Edit
  • Remove
  • Login
  • Logoff
  • Deactivate
  • RunNow
  • ExportCSV
  • ImportCSV
Example:
"ActionType":"RunNow"
UserLogin String Reflects user logon name within Dotcom-Monitor account.
ObjectName String The object to which the action was applied.