AlphaAlpha Docs
API ReferenceFacade configurations

Batch resolve multiple facade configurations with variable values

POST
/facade-configurations/resolve-batch
AuthorizationBearer <token>

In: header

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/facade-configurations/resolve-batch" \  -H "Content-Type: application/json" \  -d '[    {      "id": "string",      "variables": [        {          "id": "string",          "value": 0.1        }      ]    }  ]'
[
  {
    "description": "string",
    "id": "string",
    "name": "string",
    "resolvedElements": [
      {
        "anchorMode": "NONE",
        "bounds": {
          "height": 0.1,
          "width": 0.1,
          "x": 0.1,
          "y": 0.1
        },
        "id": "string",
        "materialMappingId": "string",
        "name": "string",
        "productId": "string",
        "type": "WINDOW"
      }
    ],
    "restrictionId": "string",
    "theme": "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"
}