Gebäude / Grundstücke

Hinweise zur Funktion

Grundstücke und Gebäude bilden abgeschlossene Einheiten, welche zusammengenommen eine Wirtschaftseinheit bilden können. Ein Gebäude kann über Nutzungseinheiten verfügen.

Üblicherweise sind die Gebäude und Grundstücke die Adressträger unter den Einheiten.

Gebäude abrufen

Version 1.0


get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
get
GET /openwowi/v1.0/CommercialInventory/BuildingLands HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "BuildingLandType": "text",
    "EconomicUnitId": 1,
    "ConstructionYear": 1,
    "BuildingTypeId": 1,
    "Street": "text",
    "StreetComplete": "text",
    "HouseNumberComplete": "text",
    "HouseNumber": "text",
    "HouseNumberAddition": "text",
    "Zip": "text",
    "Town": "text",
    "DistrictId": 1,
    "CountryId": 1,
    "CountryCode": "text",
    "MonumentalProtectionTypeId": 1,
    "MonumentalProtectionType": "text",
    "EntryDate": "2025-06-27",
    "ExitDate": "2025-06-27",
    "MoveInDate": "2025-06-27",
    "ExitReasonId": 1,
    "ExitReason": "text",
    "ChangeReasonId": 1,
    "ChangeReason": "text",
    "OriginId": 1,
    "Origin": "text",
    "EntryReasonId": 1,
    "EntryReason": "text",
    "BuildingConstructionMethodId": 1,
    "BuildingConstructionMethod": "text",
    "BuildingNumberOfStoreys": 1
  }
]

Version 1.2


get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample: 20
offsetinteger · int32Optional
managementIdinteger · int32Optional
managementIdNumstringOptional
economicUnitIdinteger · int32Optional
economicUnitIdNumstringOptional
ownerIdinteger · int32Optional
ownerNumberstringOptional
buildingLandIdinteger · int32Optional
buildingLandIdNumstringOptional
buildingLandTypeanyOptional
includeCompanyCodebooleanOptionalDefault: false
includeAdditionalFieldbooleanOptionalDefault: false
showNullValuesbooleanOptionalDefault: false
Responses
200
OK
get
GET /openwowi/v1.2/CommercialInventory/BuildingLands HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "BuildingLandType": "Building",
    "EntryDate": "2025-06-27",
    "ExitDate": "2025-06-27",
    "EconomicUnit": {
      "Id": 1,
      "IdNum": "text",
      "Name": "text",
      "Location": "text"
    },
    "EstateAddress": {
      "Zip": "text",
      "Town": "text",
      "Street": "text",
      "HouseNumber": "text",
      "HouseNumberAddition": "text",
      "CountryId": 1,
      "CountryCode": "text",
      "StreetComplete": "text",
      "HouseNumberComplete": "text"
    },
    "Land": {
      "LandArea": 1,
      "EntryReason": {
        "Id": 1,
        "Name": "text"
      }
    },
    "Building": {
      "ConstructionYear": 1,
      "MoveInDate": "2025-06-27",
      "BuildingNumberOfStoreys": 1,
      "ConstructionMethod": {
        "Id": 1,
        "Name": "text"
      },
      "BuildingType": {
        "Id": 1,
        "Name": "text"
      },
      "District": {
        "Id": 1,
        "Name": "text"
      },
      "MonumentalProtectionType": {
        "Id": 1,
        "Name": "text"
      },
      "Origin": {
        "Id": 1,
        "Name": "text"
      },
      "ChangeReason": {
        "Id": 1,
        "Name": "text"
      }
    },
    "ExitReason": {
      "Id": 1,
      "Name": "text"
    },
    "AdditionalFields": [
      {
        "Name": "text",
        "Content": "text",
        "Type": "text"
      }
    ]
  }
]

Die Enumerationseinträge für "DistrictId" finden Sie in den Objekt-Katalogen. Die Enumerationseinträge für "CountryId" und "CountryCode" finden Sie in den Personen-Katalogen.

Enumerationseinträge für "MonumentalProtectionTypeId" und "MonumentalProtectionType"

Id
MonumentalProtectionType

1

Denkmalschutz (§ 3 DSchG, Einzeldenkmal)

2

erhaltenswerte Bausubstanz (§ 25 DSchG)

3

Erhaltungssatzung (§ 5 DSchG, Denkmalbereich, Ensemble)

4

Gestaltungssatzung gem. § 81 Bauordnung NRW

6

vorläufig unter Schutz gestellt (§ 4 DSchG)

Last updated