v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Offices
Search

List all offices

get/offices

Query parameters

phrasestring

Full text search across country, city, address and estate owner fields

Example:Amsterdam

Full text search across office fields

countriesstring

Comma-separated list of country codes to filter by

Example:PL,US

Filter offices by country codes

amenitiesstring

Comma-separated list of amenity codes to filter by

Example:FREE_PARKING,SHOWER

Filter offices by amenities

amenitiesFiltering'ANY' | 'ALL'

If more than one amenity is passed, return either offices with any of the amenities (ANY) or with all of them (ALL)

Example:ALL

How to match office amenities ('ANY' or 'ALL')

Response

Successful operation

codestring required
countrystring required
citystring required
addressstring required
capacityinteger required
monthlyRentalnumber required

Monetary value in EUR

amenitiesstring[] required
imgURLstring

Example response

[
  {
    "country": "Netherlands",
    "city": "Amsterdam",
    "address": "Damrak 81",
    "capacity": 150,
    "monthlyRental": 10000,
    "estate": {
      "owner": "B2C Estates and Sons",
      "phone": "(7364) 079343",
      "account": "NL86 AMUJ 9303 4156 60"
    },
    "amenities": [
      {
        "code": "OUTDOOR_SEATING",
        "name": "Outdoor seating"
      },
      {
        "code": "OPEN_SPACE",
        "name": "Open space"
      }
    ],
    "imgURL": "amsterdam-6Uf6-XCKJ-qTKq-ISt2-B3SE.jpg"
  }
]