AlphaAlpha Docs
API ReferenceTypes -viewsheet

Get a viewsheet tree

GET
/types/viewsheet/{typeId}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string

Query Parameters

viewsheetTreeId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/types/viewsheet/string?viewsheetTreeId=string"
{
  "id": "string",
  "viewsheets": {
    "branches": [
      {
        "choices": [
          {
            "code": "string",
            "option": "string"
          }
        ],
        "id": "string",
        "result": {
          "displayName": "string",
          "id": "string",
          "pattern": "string",
          "type": "EXACT"
        }
      }
    ]
  }
}
{
  "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"
}