v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Logs

Get group suggestions

Returns a list of group suggestions based on the provided name fragment

get/api/logs/groups/suggest

Query parameters

namestring

Response

Array of matching group objects

groupIdstring required

The unique identifier of the group (e.g., south connector item group ID).

groupNamestring required

The human-readable name of the group.

Example response

[
  {
    "groupId": "group123",
    "groupName": "Temperature sensors"
  }
]