- 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 crashHash list based on issue ID
POST
{{env}}/uniform/openapi/getCrashDeviceInfo/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
filters
object
required
issue
string
required
limit
integer
required
type
string
required
appId
string
required
Example
{
"requestid": "string",
"stime": "string",
"etime": "string",
"filters": {
"issue": "string"
},
"limit": 0,
"type": "string",
"appId": "string"
}
Responses
🟢200成功
application/json
Body
requestid
string
required
code
integer
required
errmsg
string
required
data
object
required
columns
string
required
values
null
required
results
object
required
cost
integer
required
Example
{
"requestid": "4f395abb53e82a1e1f57c7c86feb4cc4",
"code": 200,
"errmsg": "null",
"data": {
"columns": "null",
"values": null,
"results": {
"issueId": "53697147EAB75800C7B297549E31EF61",
"crashTime": "2021-11-26 20:52:10 354",
"crashId": "3C96296D4312F12ACAF6DEBFC22443AB",
"user": "597862998"
}
},
"cost": 0
}