---
title: "Changes to List history query items"
method: GET
path: "/api/history/{historyId}/items/list"
---

# Changes to List history query items

`GET /api/history/{historyId}/items/list`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 43 of 89 revisions.

- **2026-09-02** `a7264da113f9` — 5 breaking, 11 info
- **2026-08-25** `80cc291574b0` — 1 info
- **2026-08-24** `c7fdedb4e501` — 10 breaking, 6 info
- **2026-08-18** `87fa588c6b1b` — 5 breaking, 11 info
- **2026-08-11** `e0f7301d351f` — 10 breaking, 5 info
- **2026-08-03** `8ee92ea35845` — 1 info
- **2026-07-30** `743d1b62f042` — 1 info
- **2026-07-30** `d9bf9e2d599d` — 1 info
- **2026-07-28** `9a6250881fa7` — 1 info
- **2026-07-28** `87f398dc0b57` — 1 info
- **2026-07-26** `ea1c80cb9c69` — 1 info
- **2026-07-20** `6a232346b158` — 1 info
- **2026-07-15** `57cbe043ec5a` — 1 info
- **2026-07-13** `ba5968e91bb6` — 1 info
- **2026-07-06** `4c50d4a73f66` — 1 info
- **2026-07-03** `a460443e789e` — 1 info
- **2026-06-29** `ea736a81a931` — 1 info
- **2026-06-24** `2c78cb2da647` — 1 info
- **2026-06-22** `748932ded127` — 1 info
- **2026-06-18** `f4c06376e038` — 1 info
- **2026-06-09** `0384e25875aa` — 1 info
- **2026-06-04** `66ded2b6e4c2` — 1 info
- **2026-06-02** `3536399ceee0` — 1 info
- **2026-06-02** `370cdd2b20b6` — 1 info
- **2026-06-02** `6c0030217670` — 1 info
- **2026-05-07** `0e73c27029f6` — 2 info
- **2026-03-25** `cdb5b7ea7199` — 36 warning, 72 info
- **2026-03-20** `108013c94629` — 72 breaking, 36 info
- **2026-03-19** `fb56929c0675` — 36 warning, 72 info
- **2026-03-18** `d6e364e3cd4e` — 72 breaking, 36 info
- **2026-03-17** `3bf1b221f6ef` — 36 warning, 72 info
- **2026-03-16** `0e8241292e16` — 3 warning, 1 info
- **2026-03-10** `88f262299d5e` — 73 warning, 39 info
- **2026-03-10** `76d90b88c3e5` — 39 warning, 73 info
- **2026-03-03** `13ce5aea8a94` — 1 breaking, 1 warning
- **2026-02-24** `26363e43178c` — 2 info
- **2026-02-16** `e0febbaacdc7` — 1 breaking, 1 warning
- **2026-02-09** `1478646796ac` — 1 warning, 5 info
- **2026-02-03** `bb7c469357f8` — 1 breaking, 4 warning, 1 info
- **2026-02-02** `3c380f9494d5` — 9 info
- **2026-01-26** `a291063e086b` — 9 breaking, 1 warning, 5 info
- **2026-01-19** `f7d0cb77f2c5` — 1 breaking, 4 warning, 10 info
- **2026-01-06** `d8e7a58e006a` — 2 info

## Changes

- **2026-09-02** `a7264da113f9` — 5 breaking, 11 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed `#/components/schemas/HistoryQueryMongoDBItemDTO, #/components/schemas/HistoryQueryS7ItemDTO` from the `items/` response property `anyOf` list for the response status `200`
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/serialization` to the response with the `200` status
- **2026-08-25** `80cc291574b0` — 1 info
  - added `#/components/schemas/HistoryQueryMongoDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-08-24** `c7fdedb4e501` — 10 breaking, 6 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/serialization` from the response with the `200` status
  - added `#/components/schemas/HistoryQueryS7ItemDTO` to the `items/` response property `anyOf` list for the response status `200`
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/trackingInstant` to the response with the `200` status
- **2026-08-18** `87fa588c6b1b` — 5 breaking, 11 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/trackingInstant` from the response with the `200` status
  - removed `#/components/schemas/HistoryQueryS7ItemDTO` from the `items/` response property `anyOf` list for the response status `200`
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/serialization` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/dateTimeFields` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/serialization` to the response with the `200` status
- **2026-08-11** `e0f7301d351f` — 10 breaking, 5 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/serialization` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/dateTimeFields` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/serialization` from the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMSSQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryMySQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryOracleItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryPostgreSQLItemDTO]/settings/trackingInstant` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQuerySQLiteItemDTO]/settings/trackingInstant` to the response with the `200` status
- **2026-08-03** `8ee92ea35845` — 1 info
  - added `#/components/schemas/HistoryQueryS7ItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-30** `743d1b62f042` — 1 info
  - removed `#/components/schemas/HistoryQueryS7ItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-07-30** `d9bf9e2d599d` — 1 info
  - added `#/components/schemas/HistoryQueryS7ItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-28** `9a6250881fa7` — 1 info
  - removed `#/components/schemas/HistoryQueryS7ItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-07-28** `87f398dc0b57` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO, #/components/schemas/HistoryQueryS7ItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-26** `ea1c80cb9c69` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-07-20** `6a232346b158` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-15** `57cbe043ec5a` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO, #/components/schemas/HistoryQueryS7ItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-07-13** `ba5968e91bb6` — 1 info
  - added `#/components/schemas/HistoryQueryS7ItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-06** `4c50d4a73f66` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-07-03** `a460443e789e` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-06-29** `ea736a81a931` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-06-24** `2c78cb2da647` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-06-22** `748932ded127` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-06-18** `f4c06376e038` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-06-09** `0384e25875aa` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-06-04** `66ded2b6e4c2` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-06-02** `3536399ceee0` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-06-02** `370cdd2b20b6` — 1 info
  - removed `#/components/schemas/HistoryQueryInfluxDBItemDTO` from the `items/` response property `anyOf` list for the response status `200`
- **2026-06-02** `6c0030217670` — 1 info
  - added `#/components/schemas/HistoryQueryInfluxDBItemDTO` to the `items/` response property `anyOf` list for the response status `200`
- **2026-05-07** `0e73c27029f6` — 2 info
  - added `#/components/schemas/HistoryQueryADSItemDTO, #/components/schemas/HistoryQueryFolderScannerItemDTO, #/components/schemas/HistoryQueryFTPItemDTO, #/components/schemas/HistoryQueryModbusItemDTO, #/components/schemas/HistoryQueryMQTTItemDTO, #/components/schemas/HistoryQueryMSSQLItemDTO, #/components/schemas/HistoryQueryMySQLItemDTO, #/components/schemas/HistoryQueryODBCItemDTO, #/components/schemas/HistoryQueryOIAnalyticsItemDTO, #/components/schemas/HistoryQueryOLEDBItemDTO, #/components/schemas/HistoryQueryOPCItemDTO, #/components/schemas/HistoryQueryOPCUAItemDTO, #/components/schemas/HistoryQueryOracleItemDTO, #/components/schemas/HistoryQueryOsisoftPIItemDTO, #/components/schemas/HistoryQueryPostgreSQLItemDTO, #/components/schemas/HistoryQueryRESTItemDTO, #/components/schemas/HistoryQuerySFTPItemDTO, #/components/schemas/HistoryQuerySQLiteItemDTO` to the `items/` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthOPCItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthOPCUAItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthOracleItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthPIItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthPostgreSQLItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthRestItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthSFTPItemSettings_, #/components/schemas/HistoryQueryItemTypedDTO_SouthSQLiteItemSettings_` from the `items/` response property `anyOf` list for the response status `200`
- **2026-03-25** `cdb5b7ea7199` — 36 warning, 72 info
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCUAItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCUAItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOracleItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOracleItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPIItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPIItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPostgreSQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPostgreSQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthRestItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthRestItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSFTPItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSFTPItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSQLiteItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSQLiteItemSettings_]/lastEditInstant` from the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdAt` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdBy` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedAt` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedBy` to the response with the `200` status
  - …68 more
- **2026-03-20** `108013c94629` — 72 breaking, 36 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/updatedBy` from the response with the `200` status
  - …68 more
- **2026-03-19** `fb56929c0675` — 36 warning, 72 info
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCUAItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOPCUAItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOracleItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOracleItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPIItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPIItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPostgreSQLItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthPostgreSQLItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthRestItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthRestItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSFTPItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSFTPItemSettings_]/lastEditInstant` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSQLiteItemSettings_]/creationDate` from the response with the `200` status
  - removed the optional property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthSQLiteItemSettings_]/lastEditInstant` from the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdAt` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdBy` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedAt` to the response with the `200` status
  - added the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedBy` to the response with the `200` status
  - …68 more
- **2026-03-18** `d6e364e3cd4e` — 72 breaking, 36 info
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthADSItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFTPItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthFolderScannerItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMQTTItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMSSQLItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthModbusItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthMySQLItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthODBCItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOIAnalyticsItemSettings_]/updatedBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/createdAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/createdBy` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/updatedAt` from the response with the `200` status
  - removed the required property `items/anyOf[#/components/schemas/HistoryQueryItemTypedDTO_SouthOLEDBItemSettings_]/updatedBy` from the response with the `200` status
  - …68 more
- …earlier changes are on the page: https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/history/:historyId/items/list/get

---

[Operation](https://skmtc.dev/optimistiksas/apis/oibus-api/docs/api/history/:historyId/items/list/get.md) · [API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [Page](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/history/:historyId/items/list/get)
