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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deviceID

ID пристрою

integer

Required

dateFrom

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

date

Required

dateTo

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

date

Required

type

DinType

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DevicePointDin
NameDescriptionTypeAdditional information
id

ID

integer

None.

onDate

Дата

date

None.

type

Тип

byte

None.

deviceID

ID пристрою

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "onDate": "2026-06-10T07:15:57.4914802+03:00",
    "type": 64,
    "deviceID": 4
  },
  {
    "id": 1,
    "onDate": "2026-06-10T07:15:57.4914802+03:00",
    "type": 64,
    "deviceID": 4
  }
]