Crash summary with trace
Purpose
This API provides the crash summary with the trace details as well.
Request URL
https:/apptics.zoho.com/cx/api/v1/crash/<uniqueid>/summarywithtrace
Request body (JSON object)
Parameter | Data type | Allowed values | Description |
startdate | string | date | dd-MM-yyyy |
enddate | string | date | dd-MM-yyyy |
mode | string | 0,1 | 0 - Dev, 1 - Prod |
uniqueid | long | ||
appversion | max-1 |
Sample Response
Copied"data": {
"date": "Oct 05, 18.38",
"Message": "Message is...",
"OS": "iOS",
"Screen": " ",
"DeviceID": "2000000055286",
"NetworkStatus": "1",
"PID": 1000000000005,
"SessionStartTime": "1664975180091",
"AppVersionID": 2000000047126,
"Exception": "last_function",
"AppVersion": "DDP_00_5",
"BatteryStatus": "63",
"UserID": "2000000055288",
"JAnalyticVersion": "DD_1.0",
"IssueName": "last_function",
"Model": "DDP_DeviceModel_1",
"OSVersion": "DD_OSVersion_1",
"UniqueMessageID": "2000000055079",
"Edge": "4G",
"AppReleaseVersion": "DDP_11_10",
"HappenedAt": "1664975285000",
"CustomProperties": "customproperties"
}