v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Daily safety score

Required level of authorization:

  • User level - to get an individual device status
get/v2/Scores/safety/daily

Query parameters

startDatestring date required
endDatestring date required
tagstring

(Optional) Learn more about Tags

Response

200

Statusinteger
Titlestring
Errorsobject[]

Example response

{
  "Result": [
    {
      "UserId": "736akt83-a937-4889-ae79-af2d5b63f73d",
      "InstanceId": "f78slb3a-f936-4e97-b570-d8b640e4f244",
      "AppId": "c065kjf3-02f3-4139-8dde-aadf9c47dc62",
      "CompanyId": "4bjtocc0-81b7-4d39-ad17-cdaf34a820d6",
      "AccelerationScore": 62,
      "BrakingScore": 57,
      "SpeedingScore": 53,
      "PhoneUsageScore": 82,
      "CorneringScore": 77,
      "SafetyScore": 72,
      "CalcDate": "2021-10-17T00:00:00",
      "PermissionsLevel": 94,
      "TrustLevel": 94
    }
  ],
  "Status": 200
}