v1
latestOpenAPI 3.0.02026-07-13483586.3 KBOffices
Get office by office code
get/offices/{officeCode}
Path parameters
officeCodestring required
Response
Successful operation
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"
}