This Latest Data Preview request returns the last few exceptions that have been collected including the product and system metadata of the client on which each exception was collected in JSON format.
- Mock serverhttps://developer.revenera.com/_mock/products/rui/apis/v3_api_redocly/v3/exceptionTracking/getLastLines/{product_id}
- https://analytics-api.revenera.comhttps://analytics-api.revenera.com/v3/exceptionTracking/getLastLines/{product_id}
curl -i -X POST \
'https://developer.revenera.com/_mock/products/rui/apis/v3_api_redocly/v3/exceptionTracking/getLastLines/{product_id}' \
-H 'Content-Type: application/json' \
-H 'Origin: https://analytics.revenera.com' \
-H 'RUI-Client: Postman' \
-H 'RUI-Client-Version: 0.0.1' \
-d '{
"lineCount": 2
}'Response
{ "fieldNames": { "timestamp": "Timestamp", "clientId": "Client ID", "prodEdition": "Edition", "prodVersion": "Version", "prodBuild": "Build", "prodLanguage": "Language", "licenseType": "License Type", "licenseStatus.allowed": "Key Allowed", "licenseStatus.blocked": "Key Blocked", "licenseStatus.activated": "Key Activated", "licenseStatus.expired": "Key Expired", "os.version": "OS Type", "osWordLength": "OS Architecture", "osLanguage": "OS Language", "windowsFullBuild": "Windows Full Build", "cpuType": "CPU Type", "cpuCores": "CPU Cores", "ram": "RAM", "displayCount": "Number of Monitors", "resolution": "Screen Resolution", "dotNetVersion": ".NET Versions", "gpu.model": "GPU", "formFactor": "Computer Type", "javaVmVersion": "Java VM Version", "javaVersion": "Java Version", "javaVmName": "Java VM Name", "javaVendor": "Java Vendor", "Java Runtime Version": "Java Runtime Version", "Java AWT Graphics Environment": "Java AWT Graphics Environment", "javaVmRam": "Java VM RAM", "vm": "Virtual Machine", "geography.country": "Country", "geography.usState": "US State", "exception.class": "Exception Class", "exception.method": "Exception Method", "exception.message": "Exception Message", "exception.stackTrace": "Exception Stack Trace" }, "result": [ { … }, { … } ] }