AlphaAlpha Docs
API ReferenceFacade restrictions

Resolve a facade restriction with variable values

POST
/facade-restrictions/{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-restrictions/string/resolve" \  -H "Content-Type: application/json" \  -d '[    {      "id": "string",      "value": 0.1    }  ]'
{
  "description": "string",
  "id": "string",
  "name": "string",
  "resolvedAreas": [
    {
      "bounds": {
        "height": 0.1,
        "width": 0.1,
        "x": 0.1,
        "y": 0.1
      },
      "id": "string",
      "name": "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"
}