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
Project ID
Platform ID Android:1,IOS:2,PC:10
Start Time YYMMDDHH
End Time YYMMDDHH. No more than 360 hours.
All types of errors.Three types - crash, ANR, and error.
RequestID. The fsn value can be fixed
realTimeTrendData
Emulator identifier. 0 : Full device 1: Real device 2: Emulator
Version list. Version support wildcard *
True: need country-level statistics, false: do not need it
If you set the statistics to be country-level, please provide a list of country names to be queried. When you set the needCountryDimension to true but countryList is an empty array, it indicates that you want to query all countries.
Whether multiple version results should be merged into a single result. The merging method is to directly add the device count and times of each individual version.
{
"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
{
"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"
}
]
}
}