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

Get cumulative trend data

POST
{{env}}/uniform/openapi/getAppRealTimeTrendAppendEx{{signature}}
Get cumulative trend data
China Website: https://crashsight.qq.com
Overseas website: https://crashsight.wetest.net
download python code example:https://crashsight-docs-1258344700.cos.ap-shanghai.myqcloud.com/global/crashsight_openapi_v1_getAppRealTimeTrendAppendEx.py

Request

Header Params

Body Params application/json

Example
{
    "appId": "f4f1ae20c0",
    "platformId": 1,
    "type": "crash",
    "vm": 0,
    "dataType": "realTimeTrendData",
    "mergeMultipleVersionsWithInaccurateResult": true,
    "versionList": [
        "495.4.19303",
        "272.6.9207",
        "221.2.5954"
    ],
    "startDate": "2023092700",
    "endDate": "2023092723",
    "needCountryDimension": false,
    "countryList": []
}

Responses

🟢200成功
application/json
Body

Example
{
    "status": 200,
    "ret": {
        "code": 200,
        "message": "OK",
        "errorCode": "",
        "data": [
            {
                "appId": "9f2dcbd9ab",
                "platformId": 1,
                "version": "NO_STATS_DATA",
                "date": "2023062800",
                "crashNum": 0,
                "crashUser": 0,
                "reportNumAllData": 0,
                "reportDeviceAllData": 0,
                "accessNum": 0,
                "accessUser": 0,
                "country": "NO_STATS_DATA"
            }
        ]
    }
}
Modified at 2023-10-09 08:49:57
Previous
Get hourly trend data
Next
Get top issue list
Built with