AlphaAlpha Docs

Get public house blobs

Retrieves public blob URLs for a house in a project.

POST
/projects/public/{tenantId}/house-blobs/{projectId}/{houseId}
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string
projectId*string
houseId*string

Query Parameters

scenarioId?string
configurationId?string
extension?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/projects/public/string/house-blobs/string/string" \  -H "Content-Type: application/json" \  -d '[    {      "code": "string",      "option": "string"    }  ]'
[
  {
    "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"
  }
]
{
  "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"
}