AlphaAlpha Docs
API ReferenceTypes -static model

Get a model tree

Get a model tree

GET
/types/static-model/{typeId}/{staticModelTreeId}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string
staticModelTreeId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/types/static-model/string/string"
{
  "disabledInViewer": true,
  "id": "string",
  "modelNamePrefix": "string",
  "models": {
    "branches": [
      {
        "choices": [
          {
            "code": "string",
            "option": "string"
          }
        ],
        "id": "string",
        "result": {
          "exhaustiveOptions": [
            "string"
          ],
          "id": "string",
          "isEmpty": true,
          "isExhaustive": true,
          "name": "string",
          "parameters": [
            {
              "name": "string",
              "type": "string",
              "value": null
            }
          ],
          "position": {
            "x": {
              "formula": "string",
              "isConstant": true
            },
            "y": {
              "formula": "string",
              "isConstant": true
            },
            "z": {
              "formula": "string",
              "isConstant": true
            }
          },
          "rotation": {
            "x": {
              "formula": "string",
              "isConstant": true
            },
            "y": {
              "formula": "string",
              "isConstant": true
            },
            "z": {
              "formula": "string",
              "isConstant": true
            }
          },
          "scale": 0.1
        }
      }
    ]
  },
  "stats": {
    "glbInDb": 0,
    "lastSynced": "2019-08-24T14:15:22Z",
    "modelsComplete": 0,
    "modelsInDb": 0,
    "rvtInDb": 0,
    "totalFileSize": 0,
    "totalModels": 0
  },
  "type": "CONCEPT"
}
{
  "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"
}