---
title: "Get a unit group"
method: GET
path: "/inventory/v1/unit-groups/{id}"
tags: ["UnitGroup"]
---

# Get a unit group

`GET /inventory/v1/unit-groups/{id}`

Get a unit group by id.<br>You must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.

## Path parameters

- `id` string, required

## Query parameters

- `languages` string[]
- `expand` string[]

## Response `200`

Return all the unit group data.

- UnitGroupModel
  - `id` string, required — The unit group id
  - `code` string, required — The code for the unit group that can be shown in reports and table views
  - `property` EmbeddedPropertyModel, required
    - `id` string, required — The property id
    - `code` string, nullable — The code for the property that can be shown in reports and table views
    - `name` string, nullable — The name for the property
    - `description` string, nullable — The description for the property
  - `name` object, required — The name for the unit group
  - `memberCount` integer, required — Number of units in this group
  - `description` object, required — The description for the unit group
  - `maxPersons` integer, required — Maximum number of persons for the unit group
  - `rank` integer, nullable — The unit group rank
  - `type` 'BedRoom' | 'MeetingRoom' | 'EventSpace' | 'ParkingLot' | 'Other', required — The unit group type
  - `connectedUnitGroups` ConnectedUnitGroupModel[], nullable — The list of connected unit groups this unit group is composed of
    - `id` string, required — The unit group id
    - `name` string, required — The name for the unit group
    - `description` string, required — The description for the unit group
    - `memberCount` integer, required — The number of units taken from this connected unit group
    - `maxPersons` integer — Maximum number of persons for the unit group

## Other responses

- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-inventory-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-inventory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-inventory-api/revisions/a2846f52cdfb/schema)
