AlphaAlpha Docs

Get public woningzoeker data

Retrieves public house finder data for a project. No authentication required.

GET
/projects/public/{tenantCode}/woningzoeker/{projectSlug}
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string
projectSlug*string

Query Parameters

scenarioId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/public/string/woningzoeker/string"
{
  "address": {
    "city": "string",
    "country": "string",
    "houseNumber": "string",
    "id": "string",
    "latitude": 0.1,
    "longitude": 0.1,
    "postalCode": "string",
    "street": "string"
  },
  "blockPlots": [
    {
      "color": "string",
      "edgeFencing": {
        "property1": "HEDGE",
        "property2": "HEDGE"
      },
      "id": "string",
      "linkedBlockId": "string",
      "name": "string",
      "vertices": [
        {
          "x": 0.1,
          "y": 0.1,
          "z": 0.1
        }
      ]
    }
  ],
  "blocks": [
    {
      "houseBnrs": [
        "string"
      ],
      "id": "string",
      "position": {
        "x": 0.1,
        "y": 0.1,
        "z": 0.1
      },
      "rotation": 0.1
    }
  ],
  "completion": "2019-08-24T14:15:22Z",
  "contractor": "string",
  "coordinate": {
    "latitude": -90,
    "longitude": -180
  },
  "defaultViewer": "ATMOSPHERE",
  "description": "string",
  "dxfBlobId": "string",
  "dxfLayerSettings": [
    {
      "customColor": "string",
      "filled": true,
      "name": "string",
      "visible": true
    }
  ],
  "houseFootprints": [
    {
      "bnr": "string",
      "vertices": [
        {
          "x": 0.1,
          "y": 0.1,
          "z": 0.1
        }
      ]
    }
  ],
  "housePlots": [
    {
      "bnr": "string",
      "footprintVertices": [
        {
          "x": 0.1,
          "y": 0.1,
          "z": 0.1
        }
      ],
      "vertices": [
        {
          "x": 0.1,
          "y": 0.1,
          "z": 0.1
        }
      ]
    }
  ],
  "houses": [
    {
      "basePrice": 0.1,
      "blockId": "string",
      "bnr": "string",
      "energyLabel": "string",
      "livingArea": 0.1,
      "numberOfFloors": 0,
      "numberOfRooms": 0,
      "ownershipType": "RENTED",
      "plotArea": 0.1,
      "previewBlobId": "string",
      "status": "AVAILABLE",
      "sunOrientation": "string",
      "typeColor": "string",
      "typeName": "string",
      "typePreviewBlobId": "string",
      "variantName": "string",
      "variantPreviewBlobId": "string"
    }
  ],
  "id": "string",
  "imageBlobId": "string",
  "name": "string",
  "slug": "string",
  "startOfSales": "2019-08-24T14:15:22Z",
  "tenantId": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}