---
title: "get multiple layouts"
method: GET
path: "/4.0/layouts"
tags: ["Diagram Layouts"]
---

# get multiple layouts

`GET /4.0/layouts`

## Query parameters

- `bookable_room` integer
- `space_template` integer
- `team_id` string

## Response `200`

returns an array of layouts

- LayoutsLayoutDiagramService[]
  - `name` string, required
  - `rotation` number
  - `length` number
  - `width` number
  - `space_id` integer
  - `legacy_team_id` integer
  - `space_template_id` integer
  - `bookable_room_id` integer
  - `team_id` string
  - `floor_elements` object
  - `groups` object
  - `catalog_id` integer

## Other responses

- `400` — validation error must specify either bookable_room or space_template

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/revisions/b8bbb74a1212/schema)
