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 hourly trend data
      • 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
        GET
      • Get the trace data, trace logs, additional information, and custom key-value pairs
        GET
      • Get crash details
        GET
      • Get Issue list
        POST
      • Get Advanced Trends(Private test)
        POST
    • Others
      • Get the list of versions, bundle, and handlers
      • Get the crash details based on OpenID
  • Post upload symbol
    POST
  1. Crash/Exception Analysis

Get OpenId base on device ID

POST
{{env}}/uniform/openapi/getDeviceUserInfo/platformId/{{platformId}}/{{signature}}

Request

Header Params

Body Params application/json

Example
{
    "requestid": "",
    "stime": "",
    "etime": "",
    "filters": {"deviceId": ""},
    "limit": 0,
    "type": "",
    "appId": ""
}

Responses

🟢200成功
application/json
Body

Example
{
    "requestid": "59c8117e9e470a7e86215f4e91b039e2",
    "code": 200,
    "errmsg": null,
    "data": {
        "columns": [
            "time",
            "userId"
        ],
        "values": [
            [
                "2022-01-12 11:45:55",
                "Unknown"
            ],
            [
                "2022-01-12 11:49:00",
                "Unknown"
            ],
            [
                "2022-01-12 11:38:27",
                "Unknown"
            ],
            [
                "2022-01-12 11:38:31",
                "Unknown"
            ],
            [
                "2022-01-12 11:39:17",
                "Unknown"
            ],
            [
                "2022-01-12 11:39:34",
                "Unknown"
            ],
            [
                "2022-01-12 11:42:40",
                "Unknown"
            ]
        ],
        "results": null
    },
    "cost": 0
}
Modified at 2023-10-11 07:32:55
Previous
Get crashHash list based on issue ID
Next
Get notes based on issue ID
Built with