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