AlphaAlpha Docs
API ReferenceConfiguration

Get GLB vs RVT model coverage

Compares the GLB and RVT model coverage for a configuration so the UI can flag mismatches that would result in gaps.

GET
/configurations/{configurationId}/model-coverage
AuthorizationBearer <token>

In: header

Path Parameters

configurationId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/configurations/string/model-coverage"
{
  "glbCount": 0,
  "hasMismatch": true,
  "missingInGlb": [
    {
      "productName": "string",
      "staticModelTreeId": "string"
    }
  ],
  "missingInRvt": [
    {
      "productName": "string",
      "staticModelTreeId": "string"
    }
  ],
  "rvtCount": 0
}
{
  "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"
}