- API Reference
- Introduction
- Overview Statistics
- Crash/Exception Analysis
- To set issue-level tags.POST
- Get device list based on stack keywordPOST
- Get crash user list within a specific time periodPOST
- Get crash statistics based on stack keywordPOST
- Get crash Stat based on device IDPOST
- Get crashHash list based on issue IDPOST
- Get OpenId base on device IDPOST
- Get notes based on issue IDGET
- Get issue detailsGET
- Get the most recent crash hash based on issue IDGET
- Get the list of crash hashes based on an issue IDPOST
- Get the trace data, trace logs, additional information, and custom key-value pairsGET
- Get crash detailsGET
- Get Issue listPOST
- Get Advanced Trends(Private test)POST
- Others
- Post upload symbolPOST
Get crash Stat based on device ID
POST
{{env}}/uniform/openapi/getCrashDeviceStat/platformId/{{platformId}}/{{signature}}
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept-Encoding
string
required
Example:
*
Body Params application/json
requestid
string
required
stime
string
required
etime
string
required
appId
string
required
filters
object
required
deviceId
string
required
limit
integer
required
type
string
required
Example
{
"requestid": "string",
"stime": "string",
"etime": "string",
"appId": "string",
"filters": {
"deviceId": "string"
},
"limit": 0,
"type": "string"
}
Responses
🟢200成功
application/json
Body
requestid
string
required
code
integer
required
errmsg
string
required
data
object
required
columns
null
required
values
null
required
results
array [object {7}]
required
cost
integer
required
Example
{
"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
}
Modified at 2023-10-11 08:28:27