Unit Extended

Displays extended information on a specific unit, such as CAN bus data.
Note: Not all units transmit extended information - in this case an empty result is returned.

URL Structure is:
https://api.trackunit.com/public/GetUnitExtendedInfo

GetUnitExtendedInfo

📘

Note

Not all units transmit extended information - in this case an empty result is returned.

Parameters

NameData typeUnit of measurementNote
id *StringN/AId of unit to display information for.

Errors

Error CodeDescription
unitNotFoundUnit with supplied “Id” was not found.

Columns

Refer to the following table for description of parameters:

NameData typeUnit of measurementNullabilityNote
nameStringN/AFALSEThe name of the extended info variable.
valueStringN/AFALSEThe value of the variable. This can vary from ie. a single value, or a value range.
variableIdIntN/AFALSEUnique identifier.
timeDateTimeN/AFALSEDate and time of the last reporting of the value.
uoMStringN/ATRUEThe unit of measurement.

Request (example>

{
 	"id": "39670"
 }

Response

{
        "result": [
        {
            "name": "Steuerung Fehler",
            "value": "0",
            "variableId": "494",
            "time": "2015-11-17T07:13:23.0000000Z"
        },
        {
            "name": "Hydraulik Rexroth",
            "value": "0",
            "variableId": "536",
            "time": "2015-11-17T07:13:23.0000000Z"
        },
        {
            "name": "Engine Total Hours of Operation",
            "value": "695,15",
            "variableId": "1",
            "time": "2015-11-17T07:13:29.0000000Z",
            "uoM": "hr"
        },
        {
            "name": "Fuel in the tank",
            "value": "93",
            "variableId": "490",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "L"
        },
        {
            "name": "Released (Armrest)",
            "value": "0",
            "variableId": "493",
            "time": "2015-11-17T07:12:59.0000000Z"
        },
        {
            "name": "Engine Coolant Temperature",
            "value": "89",
            "variableId": "215",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "C"
        },
        {
            "name": "Engine Intake Manifold 1 Temperature",
            "value": "58 ... 66",
            "variableId": "218",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "C"
        },
        {
            "name": "Hydraulic Temperature",
            "value": "61 ... 62",
            "variableId": "488",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "C"
        },
        {
            "name": "Power Fan",
            "value": "254,17",
            "variableId": "491",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "mA"
        },
        {
            "name": "Engine Speed",
            "value": "889,5 ... 2067",
            "variableId": "212",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "rpm"
        },
        {
            "name": "Engine Percent Load At Current Speed",
            "value": "60,85",
            "variableId": "214",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "%"
        },
        {
            "name": "Engine Fuel Rate",
            "value": "16,1",
            "variableId": "219",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "L/h"
        },
        {
            "name": "Aftertreatment 1 Diesel Particulate Filter Soot Load Percent",
            "value": "14",
            "variableId": "222",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "%"
        },
        {
            "name": "Aftertreatment 1 Diesel Particulate Filter Ash Load Percent",
            "value": "10",
            "variableId": "514",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "%"
        },
        {
            "name": "Pressure work pump",
            "value": "30 ... 334",
            "variableId": "484",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "bar"
        },
        {
            "name": "Pressure driving pump MA",
            "value": "22 ... 30",
            "variableId": "485",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "bar"
        },
        {
            "name": "Pressure driving pump MB",
            "value": "26 ... 370",
            "variableId": "486",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "bar"
        },
        {
            "name": "Pressure powerline pump",
            "value": "0 ... 0",
            "variableId": "487",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "bar"
        },
        {
            "name": "Pressure Steering",
            "value": "0 ... 0",
            "variableId": "492",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "bar"
        },
        {
            "name": "Total fuel used",
            "value": "6972",
            "variableId": "201",
            "time": "2015-11-17T07:13:23.0000000Z",
            "uoM": "L"
        },
        {
            "name": "Software Identification",
            "value": "8027215",
            "variableId": "221",
            "time": "2015-11-17T05:53:43.0000000Z"
        },
        {
            "name": "Hydraulic SW ID (0)",
            "value": "\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
            "variableId": "224",
            "time": "2015-11-16T08:24:12.0000000Z"
        },
        {
            "name": "Hydraulic SW ID (1)",
            "value": "RC3-02D",
            "variableId": "225",
            "time": "2015-11-17T05:51:41.0000000Z"
        },
        {
            "name": "Hydraulic SW ID (5)",
            "value": "Hahn103",
            "variableId": "229",
            "time": "2015-11-17T05:51:41.0000000Z"
        },
        {
            "name": "Hydraulic SW ID (7)",
            "value": "V2.1\u0000\u0000\u0000",
            "variableId": "231",
            "time": "2015-11-17T05:51:41.0000000Z"
        },
        {
            "name": "COBO + DCF",
            "value": "6.15.8.1 + 6.15.8.1",
            "variableId": "489",
            "time": "2015-11-17T05:51:42.0000000Z"
        }
        ]
     }