Request URL

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

Using POST request results may be filtered according to the specified criteria

Header Parameters

Content-Type: application/json
Example POST body
{
"StartDate":"11/30/1914",
"EndDate”:"12/31/1915",
"ActionType”: "AllActions”,
"UserLogin”: "SampleUserLogin”,
"UserLoginID”: "SampleUserLoginID”
}

Fields Description

Field Type Description

StartDate

String

Defines beginning of a period to display. Must be set as “MM/DD/YYYY”, e.g. “7-Jan-1985” must be set as “01/07/1985”. If invalid value or format will cause an error.  If omitted, set to 00:00 day before.
EndTime String Defines end of a period to display. Must be set as “MM/DD/YYYY”, e.g. “7-Jan-1985” must be set as “01/07/1985”. If invalid value or format will cause an error. If omitted, set to 00:00 current day.
 ActionType  string Type of system events:

  • Add
  • Edit
  • Remove
  • Login
  • Logoff
  • Deactivate
  • RunNow
  • ExportCSV
  • ImportCSV
Example:
"ActionType":"RunNow"
UserLogin String Filters the output to the objects that where created/modified by the exact user with given UserLogin.
UserLoginID String Filters the output to the objects that where created/modified by the exact user with given UserLoginID.