查询个人事件统计数据。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /statistics/listDataReportForUser HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | 请求 Body。 | |
startTime | string | 否 | 开始时间。 | 2021-09-01 |
endTime | string | 否 | 结束时间。 | 2021-09-30 |
pageNumber | long | 否 | 分页页码。 | 1 |
pageSize | long | 否 | 分页大小。 | 20 |
{ "pageNumber": 1, "pageSize": 10, "startTime": "2021-11-01", "endTime": "2021-11-08", "clientToken": "4b31b55b-32af-415a-b2fb-a88b4e066845" }
返回参数
{
"data": [
{
"finishProportion": "0.00%",
"unFinishEscalationIncidentCount": 0,
"escalationIncidentCount": 0,
"distributionIncidentCount": 0,
"unAcknowledgedEscalationIncidentCount": 0,
"userName": "主账号",
"userId": 171628425,
"finishIncidentNumber": 0,
"unDistributionIncidentCount": 0
}
],
"requestId": "63667D16-6C2A-51DB-8A6A-280F1D6F251A",
"totalCount": 1
}
示例
正常返回示例
JSON
格式
{
"requestId": "CAB6E15D-ECE8-54A4-87C3-D701862DD4A2",
"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
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史