Crashsight OpenAPI
    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.
        • 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

      Post upload symbol

      POST
      https://crashsight.wetest.net/openapi/file/upload/symbol

      Request

      Header Params
      Content-Type
      string 
      optional
      Example:
      application/json
      Body Params multipart/form-data
      app_id
      string 
      optional
      Project ID
      Example:
      4a8aaeb9f4
      app_key
      string 
      optional
      app key
      Example:
      23848b54-1832-485d-87ea-543284c373a9
      pid
      string 
      optional
      Platform ID Android:1,IOS:2,PC:10
      Example:
      2
      productVersion
      string 
      optional
      version
      Example:
      1.0.0
      fileName
      string 
      optional
      zip file name
      Example:
      1.zip
      symbolType
      string 
      optional
      symbolType Android:3,IOS:2,PC:10
      Example:
      2
      file
      file 
      optional
      Example:
      cmMtdXBsb2FkLTE3MDI4MTgxNjc2NzEtMg==/ActionRoguelike.dSYM.zip

      Responses

      🟢200成功
      application/json
      Body
      object {0}
      Example
      {}
      Previous
      Get the crash details based on OpenID
      Built with