Logs
Get group suggestions
Returns a list of group suggestions based on the provided name fragment
get/api/logs/groups/suggest
Query parameters
namestring
scopeIdstring
Optional scope ID (e.g. connector ID) to restrict suggestions to that scope only.
Response
Array of matching group objects
Example response
[
{
"groupId": "group123",
"groupName": "Temperature sensors",
"scopeId": "connector123",
"scopeName": "South Connector 1"
}
]