v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
Groups

Get group category details

Get detailed information about a group category

get/groups/categories/{groupCategoryId}

Path parameters

groupCategoryIdstring uuid required

Group category id

Example:e0a311fa-f7b2-4f9e-89a9-db517b9c6b90

Response

Groups category information

result'success' | 'error' required

Result of the request

action'GetGroupCategoryDetails' required

The id of the action

Example response

{
  "data": {
    "groupCategories": [
      {
        "parent": "b9f6d98a-28bc-4d80-90f7-d2f14269e215",
        "id": "32d013f7-b6d8-46c8-99d3-016307fa66c0",
        "name": "Hardware groups",
        "description": "Nodes by hardware provider"
      }
    ]
  }
}