Logs
Get item suggestions
Returns a list of item suggestions based on the provided name fragment
get/api/logs/items/suggest
Query parameters
namestring
scopeIdstring
Optional scope ID (e.g. connector or history query ID) to restrict suggestions to that scope only.
Response
Array of matching item objects
Example response
[
{
"itemId": "item123",
"itemName": "Temperature sensor",
"scopeId": "connector123",
"scopeName": "South Connector 1"
}
]