Crashsight OpenAPI
  1. Crash/Exception Analysis
Crashsight OpenAPI
  • API Reference
    • Introduction
    • Overview Statistics
      • Get hourly top issue list
      • Get trend data for the last N days
      • Get overview of data analysis for a single day, including crash, ANR and error
      • Get cumulative trend data
      • Get top issue list
      • Get hourly trend data
    • Crash/Exception Analysis
      • To set issue-level tags.
        POST
      • Get device list based on stack keyword
        POST
      • Get crash user list within a specific time period
        POST
      • Get crash statistics based on stack keyword
        POST
      • Get crash Stat based on device ID
        POST
      • Get crashHash list based on issue ID
        POST
      • Get OpenId base on device ID
        POST
      • Get notes based on issue ID
        GET
      • Get issue details
        GET
      • Get the most recent crash hash based on issue ID
        GET
      • Get the list of crash hashes based on an issue ID
        POST
      • Get the trace data, trace logs, additional information, and custom key-value pairs
        GET
      • Get crash details
        GET
      • Get Issue list
        POST
    • Others
      • Get the list of versions, bundle, and handlers
      • Get the crash details based on OpenID
  1. Crash/Exception Analysis

Get issue details

GET
{{env}}/uniform/openapi/issueInfo{{signature}}
get issue details
China Website: https://crashsight.qq.com
Overseas website: https://crashsight.wetest.net

Request

Query Params
appId
string 
required
Project ID
platformId
string 
required
Platform ID Android:1,IOS:2,PC:10
issueId
string 
required
Issue ID
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
Issue ID
exceptionName
string 
required
exceptionMessage
string 
required
keyStack
string 
required
lastestUploadTime
string 
required
latestUploadTimestamp
integer 
required
imeiCount
integer 
required
Affected Devices
sysImeiCount
integer 
required
count
integer 
required
Affected Times
sysCount
integer 
required
version
string 
required
tagInfoList
array[string]
required
tag information
processor
string 
required
status
integer 
required
firstUploadTime
string 
required
firstUploadTimestamp
integer 
required
issueHash
string 
required
ftName
string 
required
issueVersions
array [object {7}] 
required
version list
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
  }
}
Previous
Get notes based on issue ID
Next
Get the most recent crash hash based on issue ID
Built with