---
title: "Retrieve list of possible office amenities"
method: GET
path: "/offices/amenities"
tags: ["Offices"]
---

# Retrieve list of possible office amenities

`GET /offices/amenities`

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

## Response `200`

Successful operation

- OfficeAmenity[]
  - `code` string, required — Unique code identifier of the amenity
  - `name` string, required — Display name of the amenity

## Other responses

- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
