AlphaAlpha Docs

Get public house info

Retrieves public information about a house in a project.

GET
/projects/public/{tenantId}/house-info/{projectId}/{houseId}
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string
projectId*string
houseId*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/house-info/string/string"
{
  "baseConfiguration": [
    {
      "code": "string",
      "option": "string"
    }
  ],
  "basePrice": 0.1,
  "bnr": "string",
  "choices": [
    {
      "code": "string",
      "option": "string"
    }
  ],
  "compensateInsertion": true,
  "coordinateSystem": "string",
  "mirrored": true,
  "models": [
    {
      "blobId": "string",
      "fileSize": 0,
      "isFallback": true,
      "linkedProductId": "string",
      "modelType": "CONCEPT",
      "name": "string",
      "position": {
        "x": 0.1,
        "y": 0.1,
        "z": 0.1
      },
      "productName": "string",
      "rotation": {
        "x": 0.1,
        "y": 0.1,
        "z": 0.1
      },
      "scale": 0.1,
      "staticModelTreeId": "string"
    }
  ],
  "options": [
    {
      "activeViews": [
        "string"
      ],
      "category": "string",
      "codes": [
        {
          "code": "string",
          "description": "string",
          "option": "string",
          "price": 0.1,
          "visible": true
        }
      ],
      "consumerOption": true,
      "id": "string",
      "isConsumerOption": true,
      "isNeighborOption": true,
      "name": "string",
      "neighborOption": true,
      "phase": "PLAN",
      "visible": true
    }
  ],
  "ownershipType": "RENTED",
  "planOptions": [
    {
      "code": "string",
      "option": "string"
    }
  ],
  "status": "AVAILABLE",
  "typeId": "string",
  "views": [
    {
      "active": true,
      "activeCategories": [
        "string"
      ],
      "clipAxis": "string",
      "description": "string",
      "id": "string",
      "label": "string",
      "maxHeight": {
        "formula": "string",
        "isConstant": true
      },
      "position": {
        "x": {
          "formula": "string",
          "isConstant": true
        },
        "y": {
          "formula": "string",
          "isConstant": true
        },
        "z": {
          "formula": "string",
          "isConstant": true
        }
      },
      "target": {
        "x": {
          "formula": "string",
          "isConstant": true
        },
        "y": {
          "formula": "string",
          "isConstant": true
        },
        "z": {
          "formula": "string",
          "isConstant": true
        }
      }
    }
  ]
}
{
  "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"
}