Crashes by device model

Purpose

This API provides the device model-wise crash for the specified date range.

Request URL

https://apptics.zoho.com/cx/api/v1/crash/<uniqueid>/devicemodel

Request body (JSON object)

Parameter Data type Allowed valuesDescription
startdatestringdatedd-MM-yyyy
enddatestringdatedd-MM-yyyy
modeinteger0,10 - Dev, 1 - Prod
appversionstring max-10
limitinteger  
offsetinteger  

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[{
        "model": "XOLO cube 5.0_2GB",
        "count": 1
    }, {
        "model": "google ASUS Chromebook C202SA",
        "count": 6
    }]