GET v1/selUpdates?RowIndex={RowIndex}&RowCount={RowCount}

Метод для отримання переліку останніх оновлень

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rowIndex

Індекс останнього результату даних

integer

Required

rowCount

Кількість даних

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Update
NameDescriptionTypeAdditional information
id

ID

integer

None.

onDate

Дата

date

None.

html

HTML

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "onDate": "2026-06-10T07:09:01.7840587+03:00",
    "html": "sample string 3"
  },
  {
    "id": 1,
    "onDate": "2026-06-10T07:09:01.7840587+03:00",
    "html": "sample string 3"
  }
]