---
title: "Get group by ID"
method: GET
path: "/properties-api/groups/group/{id}"
tags: ["Groups [Pilot]"]
---

# Get group by ID

`GET /properties-api/groups/group/{id}`

Retrieve detailed information about a specific combo property or property variant (group), including all its members. The term group refers to both types: COMBO (combo properties) and DUPLICATES (property variants).

Check out our [Help Center](https://help.guesty.com/hc/en-gb/articles/33014581967901-Pilot-Managing-combo-properties-and-property-variants) to learn more about these property types.

## Path parameters

- `id` string, required

## Response `200`

Group retrieved successfully

- object
  - `groupId` string
  - `type` 'COMBO' | 'DUPLICATES'
  - `primary` string
  - `members` string[]

## Other responses

- `403` — Insufficient permissions
- `404` — Group not found

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/revisions/7c62644070f2/schema)
