Crashes by affected device

Purpose

This API fetches the affected devices crash data for the past seven days, if no date range has been set. If the date range and platform has been set by the user, the data displayed will be only for the selected platform during the set date range.

Request URL

https://apptics.zoho.com/cx/api/v1/crash/affecteddevice

Request body (JSON object)

ParameterData type  Allowed valuesDescription
startdatestringDatedd-MM-yyyy
enddatestringDatedd-MM-yyyy
modeinteger0,10 - Dev, 1- Prod  
limitinteger  
offsetinteger  
happendatBooleantrue/false 
daterangekey D/H/H6/H3/C 
timezonestringAmerica/Los_Angeles 

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.

Sample response

Copied{
    "data": [
        {
            "AppVersion": "DDP_00_5",
            "UserID": "2000000055288",
            "DeviceID": "2000000055286",
            "Model": "DDP_DeviceModel_1",
            "OSVersion": "DD_OSVersion_1",
            "HappendAt": 1664975285000,
            "Date": 1664975285717
        }
    ],
    "status": "success"
}