Unique crashes by date
Purpose
This API provides the date-wise unique crash for the selected date range.
Request URL
https:/apptics.zoho.com/cx/api/v1/crash/<uniqueid>/countbydate
Request body (JSON object)
Parameter | Data type | Alowed values | Descriptions |
uniqueid | long | ||
startdate | string | date | dd-MM-yyyy |
enddate | string | date | dd-MM-yyyy |
mode | integer | 0,1 | 0 - Dev, 1 - Prod |
appversion | max-1 | ||
limit | integer | ||
offset | integer |
Note: If user didn't give limit parameter that means by default it is 500 and user is restricted between 0 to 500 for this parameter.
Copied