AlphaAlpha Docs
API ReferenceTypes -footstep

Get a footstep tree

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

In: header

Path Parameters

typeId*string

Query Parameters

footstepTreeId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/types/footstep/string?footstepTreeId=string"
{
  "footsteps": {
    "branches": [
      {
        "choices": [
          {
            "code": "string",
            "option": "string"
          }
        ],
        "id": "string",
        "result": {
          "direction": {
            "x": {
              "formula": "string",
              "isConstant": true
            },
            "y": {
              "formula": "string",
              "isConstant": true
            },
            "z": {
              "formula": "string",
              "isConstant": true
            }
          },
          "displayName": "string",
          "id": "string",
          "position": {
            "x": {
              "formula": "string",
              "isConstant": true
            },
            "y": {
              "formula": "string",
              "isConstant": true
            },
            "z": {
              "formula": "string",
              "isConstant": true
            }
          },
          "viewRange": {
            "horizontalMax": 0.1,
            "horizontalMin": 0.1,
            "verticalMax": 0.1,
            "verticalMin": 0.1
          },
          "visible": true
        }
      }
    ]
  },
  "id": "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"
}