---
title: "Get wall types"
method: GET
path: "/locations/wall/type"
tags: ["Location"]
---

# Get wall types

`GET /locations/wall/type`

Retrieve the list of wall types, including both predefined and custom ones.

## Response `200`

OK

- XiqWallType[]
  - `id` integer, required — The Wall type id
  - `name` string, required — The Wall type name
  - `attenuation` number, double, required — The Wall type attenuation
  - `color` string, required — The Wall type color
  - `owner_id` integer, required — The Owner ID
  - `org_id` integer, required — The Org ID
  - `predefined` boolean, required — Is the Wall type is predefined

---

[API](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/revisions/5cefd06a809b/schema)
