v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Offices

Retrieve list of possible office amenities

Returns an array of office amenity objects that can be assigned to offices

get/offices/amenities

Response

Successful operation

codestring required

Unique code identifier of the amenity

namestring required

Display name of the amenity

Example response

[
  {
    "code": "parking",
    "name": "PARKING"
  }
]