- 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 issue details
GET
{{env}}/uniform/openapi/issueInfo{{signature}}
Request
Query Params
appId
string
required
platformId
string
required
issueId
string
required
Header Params
Content-Type
string
required
Example:
application/json
Accept-Encoding
string
required
Example:
*
Responses
🟢200成功
application/json
Body
status
integer
required
ret
object
required
issueId
string
required
exceptionName
string
required
exceptionMessage
string
required
keyStack
string
required
lastestUploadTime
string
required
latestUploadTimestamp
integer
required
imeiCount
integer
required
sysImeiCount
integer
required
count
integer
required
sysCount
integer
required
version
string
required
tagInfoList
array[string]
required
processor
string
required
status
integer
required
firstUploadTime
string
required
firstUploadTimestamp
integer
required
issueHash
string
required
ftName
string
required
issueVersions
array [object {7}]
required
detailId
string
required
parentHash
string
required
bugs
null
required
Example
{
"status": 200,
"ret": {
"issueId": "E91CFDD6B0ADF329B3DFC7C7EE0ED952",
"exceptionName": "SIGILL(ILL_ILLOPC)",
"exceptionMessage": "",
"keyStack": "#00 pc 0000000002f0248c libUE4.so Reset (D:/SA_Client\\SA\\branches\\obt\\UE4Engine\\Engine\\Source\\Runtime\\Core\\Public\\Containers/SparseArray.h:254) [arm64-v8a]",
"lastestUploadTime": "2021-06-15 11:54:36 199",
"latestUploadTimestamp": 0,
"imeiCount": 1,
"sysImeiCount": 0,
"count": 1,
"sysCount": 0,
"version": "#$cv#$",
"tagInfoList": [],
"processor": "",
"status": 0,
"firstUploadTime": "2021-06-15 11:54:36 199",
"firstUploadTimestamp": 1623729276199,
"issueHash": "E9:1C:FD:D6:B0:AD:F3:29:B3:DF:C7:C7:EE:0E:D9:52",
"ftName": "",
"issueVersions": [
{
"version": "1.0.1.10002",
"firstUploadTime": "2021-06-15 11:54:36 199",
"firstUploadTimestamp": 0,
"lastUploadTime": "2021-06-15 11:54:36 199",
"lastUploadTimestamp": 0,
"count": 1,
"deviceCount": 1
}
],
"detailId": "",
"parentHash": "",
"bugs": null
}
}