v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
South Connectors

Get item last value

Retrieves the last cached value for a specific item

get/api/south/{southId}/items/{itemId}/last-value

Path parameters

southIdstring required
itemIdstring required

Response

The item's last cached value

itemIdstring required

The ID of the item.

itemNamestring required

The name of the item.

groupIdstring nullable required

The ID of the group.

groupNamestring required

The name of the group.

queryTimestring required

Represents an instant in time as an ISO 8601 string.

{"stackTrail":"components:schemas:SouthItemLastValue:properties:value","oasType":"schema","type":"unknown","description":"The cached value (JSON-serialized, structure depends on connector type).\nFor file-based connectors: array of {filename, modifiedTime}\nFor history connectors: {maxInstant}"}
trackedInstantstring required

Represents an instant in time as an ISO 8601 string.

Example response

{
  "itemId": "item-123",
  "itemName": "Temperature Sensor 1",
  "groupId": "group-123",
  "groupName": "Temperature Group",
  "queryTime": "2023-10-31T12:34:56.789Z",
  "trackedInstant": "2023-10-31T12:34:56.789Z"
}