AlphaAlpha Docs
API ReferenceFacade configurations

Resolve a facade configuration with variable values

POST
/facade-configurations/{id}/resolve
AuthorizationBearer <token>

In: header

Path Parameters

id*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/facade-configurations/string/resolve" \  -H "Content-Type: application/json" \  -d '[    {      "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"
}