Get 3D marker positions of stored tracking Target.
Array of JSON objects, representing the 3D positions of the markers making up the specified tracking Target.
| Key | Value Type | Description |
|---|---|---|
| TargetMarkers | array of objects | array of the markers 3D positions making up the specified tracking Target |
| "x" | x coordinate of one marker | |
| "y" | y coordinate of one marker | |
| "z" | z coordinate of one marker |
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | An error occurred when parsing a JSON object |
| 400 | {"message":"TrackerException:MSG_MODEL_NOT_FOUND <...>"} | The model provided in the query has not been found in the database |
| 500 | {"message":"TrackerException: <...>"} | An other type of internal error |