Address

просмотр данных по дому с его адресом

HomeController (privileges: )

get/homes/{home}

Path parameters

номер ресурса дома

Response

idinteger

Шаблон вывода данных по одному дому

numberstring
buildingstring
{"stackTrail":"components:schemas:HomeShow:properties:fias","oasType":"schema","type":"unknown","title":"ФИАС дома","example":null}
{"stackTrail":"components:schemas:HomeShow:properties:floors","oasType":"schema","type":"unknown","title":"Этажность дома","example":1}
{"stackTrail":"components:schemas:HomeShow:properties:wearOut","oasType":"schema","type":"unknown","title":"Износ дома","example":50.9}
wearOutMonthstring
foundYearstring
mkdstring

Example response

{
  "id": 1,
  "number": "22",
  "building": "б",
  "floors": 1,
  "wearOut": 50.9,
  "wearOutMonth": "202401",
  "foundYear": "2017",
  "mkd": "МКД",
  "mainStreet": {
    "id": 3,
    "name": "Брянская",
    "cityName": "Сосновка",
    "cityPrefixId": 5,
    "cityPrefixName": "село",
    "cityPrefixShortName": "с.",
    "prefixId": 6,
    "prefixName": "улица",
    "prefixShortName": "ул."
  },
  "dopAddress": [
    {
      "id": 1,
      "streetId": 1,
      "streetPrefixName": "улица",
      "streetName": "Школьная",
      "homeNumber": "666А",
      "homeCorp": "2",
      "homeFrame": "8",
      "manageFirmId": 1,
      "manageFirmName": "ООО Ромашка",
      "manageFirmDate": "2024-12-01",
      "cityId": 8,
      "cityPrefixName": "поселок",
      "cityName": "Чирки",
      "districtId": 18,
      "districtName": "Индустриальный район",
      "fias": "92082bf1-40e5-41a0-9304-e3bf74c24e7b",
      "homeId": 8,
      "builtYear": 2024,
      "maxFloors": 10
    }
  ]
}

Changes

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