To get single office
This api is used to get single office. Get an office by sending a GET request along with office_id to the endpoint below.
GET /offices/{office_id}
Try it:
Response:
{
"success": true,
"data": {
"office": {
"office_id": "OPL0000000000",
"site_id": "ST00000000",
"office_type": "serviced",
"size": 500,
"amount": 300,
"max_people_count": 5,
"deposit_terms": 120,
"rent_terms": 12,
"commission_rate": 10,
"available_for_booking": "available",
"available_from_date": null,
"status": "Active",
"created_at": "2025-10-14T10:02:59.000000Z",
"updated_at": "2025-10-14T10:02:59.000000Z"
}
},
"message": "Office fetched successfully"
}
Description:
| Filter Name |
Description |
| access_token* |
Access token, obtain it from authentication api |
| office_id* |
Office Id (string) |