Crashes list
Purpose
This API will provide the crash data in a list format. The list includes details like platform type, app version, number of users, unique devices, and crash count.
Request URL
https://apptics.zoho.com/cx/api/v1/crash/list
Request body (JSON object)
Parameter | Data Type | Allowed Values | Description |
startdate | string | date | dd-MM-yyyy |
enddate | string | date | dd-MM-yyyy |
platform | string | iOS/Android/ Windows/tvOS
| max-5 |
appversion | string | max-10 | |
mode | integer | 0,1,2 | 0 -Dev, 1 - Prod |
offset | integer | ||
limit | integer |
Sample response
Copied[{
"AppVersion": "DDP_00_1",
"Status": 0,
"DevicesCount": "15",
"OS": "iOS",
"CrashCount": "18",
"UsersCount": "15",
"UniqueMessageID": "51000286158323",
"PID": 54000000018013,
"AppVersionID": 51000284487014,
"Exception": "last_function"
}, {
"AppVersion": "1.0",
"Status": 0,
"DevicesCount": "2",
"OS": "Android",
"CrashCount": "11",
"UsersCount": "1",
"UniqueMessageID": "51000286065031",
"PID": 54000000018015,
"AppVersionID": 51000286075296,
"Exception": "java.lang.reflect.InvocationTargetException"
}]