ListDataReportForUser - 查询个人事件统计数据

查询个人事件统计数据。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

POST /statistics/listDataReportForUser HTTP/1.1

请求参数

名称类型必填描述示例值
bodyobject

A short description of struct

startTimestring

开始时间

2021-09-01
endTimestring

结束时间

2021-09-30
pageNumberlong

当前页

1
pageSizelong

页大小

100

{ "pageNumber": 1, "pageSize": 10, "startTime": "2021-11-01", "endTime": "2021-11-08", "clientToken": "4b31b55b-32af-415a-b2fb-a88b4e066845" }

返回参数

名称类型描述示例值
object

Schema of Response

requestIdstring

Id of the request

xxxx
dataarray<object>

个人统计数据

个人统计数据object
userNamestring

用户名字

wy
escalationIncidentCountlong

升级事件数量

100
distributionIncidentCountlong

分配事件数量

100
finishIncidentNumberlong

完结事件数量

100
unAcknowledgedEscalationIncidentCountlong

未响应升级数

100
unFinishEscalationIncidentCountlong

未完结事件数

100
meanTimeToAcknowledgestring

MRRA

3分50秒
meanTimeToRepairstring

MTTA

3分50秒
unDistributionIncidentCountlong

非分配完结数

100
finishProportionstring

完结率

20%
userIdlong

用户 ID

1111
totalCountlong

总条数

100

示例

正常返回示例

JSON格式

{
  "requestId": "xxxx",
  "data": [
    {
      "userName": "wy",
      "escalationIncidentCount": 100,
      "distributionIncidentCount": 100,
      "finishIncidentNumber": 100,
      "unAcknowledgedEscalationIncidentCount": 100,
      "unFinishEscalationIncidentCount": 100,
      "meanTimeToAcknowledge": "3分50秒",
      "meanTimeToRepair": "3分50秒",
      "unDistributionIncidentCount": 100,
      "finishProportion": "20%",
      "userId": 1111
    }
  ],
  "totalCount": 100
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史