---
title: "Список подъездов по дому"
method: GET
path: "/homes/{home}/entrances"
tags: ["Address"]
---

# Список подъездов по дому

`GET /homes/{home}/entrances`

EntranceController (privileges: allUsers)

## Response `200`

Oк

- EntrancesCollection
  - `data` Entrance[] — Получение списка подъездов
    - `id` integer — ID
    - `nom` string
    - `intercom` string, nullable
    - `floors` integer, nullable
    - `trashPipe` boolean, nullable
    - `liftsAmount` integer, nullable
    - `homeId` integer

## Other responses

- `401` — пользователь не идентифицирован
- `403` — Недостаточно прав доступа
- `422` — нет содержимого или не хватает входных параметров

---

[API](https://skmtc.dev/curog/apis/api.md) · [All operations](https://skmtc.dev/curog/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/curog/api/revisions/2e92f0610d70/schema)
