Address

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

EntranceController (privileges: allUsers)

get/homes/{home}/entrances

Path parameters

идентификатор дома (Home)

Query parameters

№ страницы (default = all)

кол-во на странице (default=15 при условии, что page isnot null) иначе выводи всё

Response

Example response

{
  "data": [
    {
      "id": 1,
      "nom": "1",
      "intercom": "3458",
      "floors": 1,
      "homeId": 5
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.