根据deviceId获取崩溃列表
POST
{{env}}/uniform/openapi/getCrashDeviceStat/uniform/openapi/getCrashDeviceStat/platformId/1 安卓
/uniform/openapi/getCrashDeviceStat/platformId/2 IOS
/uniform/openapi/getCrashDeviceStat/platformId/10 PC
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Accept-Encoding
string
可选
示例值:
*
Body 参数application/json
requestid
string
必需
application/json
stime
string
起始时间
etime
string
结束时间
filters
object
筛选条件
deviceId
string
可选
deviceId列表
limit
integer
返回条数
type
string
可选
返回格式 17.Json "type":"pretty" 18.默认返回值域和列值
示例
{
"requestid": "4f395abb53e82a1e1f57c7c86feb4cc4",
"stime": "2022-08-30 00:00:00",
"etime": "2022-08-31 00:00:00",
"filters": {
"deviceId": "[\"37138989-52b1-4bcb-8bc2-b750270a1e6c\"]"
},
"limit": 0,
"type": "pretty"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
requestid
string
请求id
code
integer
状态码
errmsg
string
错误详情
data
object
查询数据
columns
null
键值
values
null
值域
results
array [object {7}]
查询详情
cost
integer
查询耗时
示例
{
"requestid": "4f395abb53e82a1e1f57c7c86feb4cc4",
"code": 200,
"errmsg": "null",
"data": {
"columns": null,
"values": null,
"results": [
{
"exceptionType": "java.lang.NullPointerException",
"deviceId": "37138989-52b1-4bcb-8bc2-b750270a1e6c",
"issueId": "040920EBBAAAA011B35C8D38429BF4BC",
"crashId": "F8E9EFC12593701F6F0BDCDB500D8965",
"user": "979878",
"hardware": "M2012K10C",
"model": "M2012K10C"
}
]
},
"cost": 0
}
最后修改时间: 3 个月前