v1
latestOpenAPI 3.0.32026-07-2632131.4 MBGroups [Pilot]
Get group by 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 to learn more about these property types.
get/properties-api/groups/group/{id}
Path parameters
idstring required
Example:63baba9c5c25ccae55958321
The ID of the group
Response
Group retrieved successfully
Example response
{
"groupId": "63baba9c5c25ccae55958321",
"type": "COMBO",
"primary": "63baba9c5c25ccae5595832b",
"members": [
"63baba9c5c25ccae5595832b",
"63babaab5c25ccae5595832c"
]
}