Get cumulative trend data
Get cumulative trend data Request
Body Params application/json
{
"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
application/json {
"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