请求网址

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

获取过去 24 小时当前用户的所有审核对象列表。

成功响应

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"
}
]

}

*结果可能包含多个元素。

字段描述

领域 类型 描述

Id

int32

审核事件的独特标识符。

例子:

"Id": 54687
操作时间 字符串 反映发生更改的时刻的时间戳。

例子:
"ActionTime": "12/31/1915 11:59 AM"
操作类型 字符串 系统事件的类型:

  • 添加
  • 编辑
  • 删除
  • 登录
  • 注销
  • 关闭
  • 立即运行
  • 出口CSV
  • 进口CSV
例子:
"ActionType":"RunNow"
用户登录 字符串 反映 Dotcom-Monitor 帐户中的用户登录名称。
对象名称 字符串 应用操作的对象。