v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Daily eco score

Required level of authorization:

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

Query parameters

startDatestring date required
endDatestring date required

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",
      "CalcDate": "2021-10-17T00:00:00",
      "EcoScoreFuel": 94.83900515291971,
      "EcoScoreTyres": 42.17143976264334,
      "EcoScoreBrakes": 99.99999999999999,
      "EcoScoreDepreciation": 51.09538838339044,
      "EcoScore": 78.96678267368412,
      "PermissionsLevel": 94,
      "TrustLevel": 94
    }
  ],
  "Status": 200
}