AlphaAlpha Docs

Get all house blobs for a scenario

Retrieves blob URLs for all houses in a scenario in a single batch request.

GET
/projects/public/{tenantId}/scenario-blobs/{projectId}/{scenarioId}
AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string
projectId*string
scenarioId*string

Query Parameters

extension?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/public/string/scenario-blobs/string/string"
{
  "property1": [
    {
      "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"
    }
  ],
  "property2": [
    {
      "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"
}