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 ValuesDescription
startdatestringdatedd-MM-yyyy
enddatestringdatedd-MM-yyyy
platformstring

iOS/Android/ Windows/tvOS
/watchOS/macOS

 

max-5
appversionstring max-10
modeinteger0,1,20 -Dev, 1 - Prod   
offsetinteger  
limitinteger  

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"

}]