v1

latestOpenAPI 3.1.02026-07-146965205.7 KB
Trajectory

List Trajectories

Lists all available trajectories within the stage.

get/trajectories/

Response

Successful Response

namestring required

Name of the trajectory

pathstring required

Prim path of the trajectory

Example response

[
  {
    "options": {
      "color": [
        [
          206,
          0,
          88
        ],
        [
          144,
          59,
          128
        ],
        [
          83,
          118,
          167
        ]
      ]
    }
  }
]