History Queries
Test history query item
Test a history query item
post/api/history/{historyId}/test/items
Path parameters
historyIdstring required
Query parameters
southType'opcua' | 'mqtt' | 'modbus' | 'oianalytics' | 'ads' | 'folder-scanner' | 'ftp' | 'mssql' | 'mysql' | 'odbc' | 'oledb' | 'opc' | 'oracle' | 'osisoft-pi' | 'postgresql' | 'rest' | 'sftp' | 'sqlite' required
Type representing the possible types for a South connector.
itemNamestring required
fromSouthstring required
Request body
Example request
{
"itemSettings": {
"dateTimeFields": [
{
"timezone": "Europe/Paris"
}
],
"serialization": {
"outputTimezone": "Europe/Paris"
}
}
}Response
Ok
Example response
{
"type": "time-values",
"content": [
{
"pointId": "point1",
"timestamp": "2023-10-31T12:34:56.789Z"
}
]
}