GET v1/selDevicePointsAng?DeviceID={DeviceID}&DateFrom={DateFrom}&DateTo={DateTo}&Type={Type}&IsNeedAllFuelTanks={IsNeedAllFuelTanks}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deviceID

ID пристрою

integer

Required

dateFrom

Дата періоду 'з' у форматі ISO

date

Required

dateTo

Дата періоду 'по' у форматі ISO

date

Required

type

AngType

None.

isNeedAllFuelTanks

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DevicePointAng
NameDescriptionTypeAdditional information
onDate

date

None.

type

byte

None.

value

integer

None.

deviceID

integer

None.

fuelInLitter

decimal number

None.

deviceCalibrationResult

DeviceCalibrationResultType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "onDate": "2026-06-10T07:15:00.3669057+03:00",
    "type": 64,
    "value": 3,
    "deviceID": 4,
    "fuelInLitter": 5.1,
    "deviceCalibrationResult": 1
  },
  {
    "onDate": "2026-06-10T07:15:00.3669057+03:00",
    "type": 64,
    "value": 3,
    "deviceID": 4,
    "fuelInLitter": 5.1,
    "deviceCalibrationResult": 1
  }
]