v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Complexes

Get complex

Get a specific complex based on the complexId

get/properties-api/complexes/{id}

Path parameters

idstring required

The id of the complex to retrieve

Response

Return the requested complex.

idstring
titlestring
nicknamestring
propertyIdsstring[]
tagsstring[]

Example response

{
  "id": "645774fe76e5da340bf915e7",
  "title": "Complex 1",
  "nickname": "C1",
  "propertyIds": [
    "6457751476e5da340bf915e8",
    "6457751e76e5da340bf915e9"
  ],
  "tags": [
    "tag1",
    "tag2"
  ]
}