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)

ParameterData typeAlowed valuesDescriptions
uniqueidlong  
startdatestringdatedd-MM-yyyy
enddatestringdatedd-MM-yyyy
modeinteger0,10 - Dev, 1 - Prod
appversion  max-1
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.

Copied{
            "crashcount": { - 
                "1536649200000": 3,
                "1536735600000": 7,
                "1536822000000": 12
            },
            "devicecount": {
                "1536649200000": 2,
                "1536735600000": 5,
                "1536822000000": 10
            },
            "usercount": {
                "1536649200000": 1,
                "1536735600000": 1,
                "1536822000000": 4
            },
            "issuecount": {
                "1536649200000": 1,
                "1536735600000": 4,
                "1536822000000": 3
            }
        }