- 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
- Others
Get Issue list
POST
{{env}}/uniform/openapi/queryIssueList{{signature}}
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept-Encoding
string
required
Example:
*
Body Params application/json
appId
string
required
platformId
integer
required
rows
integer
required
exceptionTypeList
string
required
sortOrder
string
required
status
string
required
sortField
string
required
date
string
required
Example
{
"appId": "string",
"platformId": 0,
"rows": 0,
"exceptionTypeList": "string",
"sortOrder": "string",
"status": "string",
"sortField": "string",
"date": "string"
}
Responses
🟢200成功
application/json
Body
status
integer
required
ret
object
required
appId
string
required
platformId
string
required
issueList
array [object {14}]
required
numFound
integer
required
Example
{
"status": 200,
"ret": {
"appId": "a81f9c7e38",
"platformId": "1",
"issueList": [
{
"crashNum": 1184,
"exceptionName": "java.lang.RuntimeException",
"exceptionMessage": "sNSXTvFGp6ZGrorljP6WPxsGtKc5px",
"keyStack": "",
"lastestUploadTime": "2021-04-09 20:21:25 663",
"issueId": "4273DBD3409C2783706F3F15E140F25A",
"imeiCount": 596,
"processor": "",
"status": 0,
"tagInfoList": [],
"count": 1184,
"version": "#$cv#$",
"ftName": "",
"issueVersions": [
{
"version": "3.2.5",
"firstUploadTime": null,
"firstUploadTimestamp": 0,
"lastUploadTime": null,
"lastUploadTimestamp": 0,
"count": 0,
"deviceCount": 0
}
]
}
],
"numFound": 1
}
}