v2
latestOpenAPI 3.1.12026-07-2685124366.6 KBmatch
Gets Zebra MotionWorks data for a Match for the given match key.
get/match/{match_key}/zebra_motionworks
Path parameters
match_keystring required
TBA Match Key, eg 2016nytr_qm1
Headers
If-None-Matchstring
Value of the ETag header in the most recently cached response by the client.
Response
Successful response
Example response
{
"alliances": {
"red": [
{
"team_key": "frc7332",
"xs": [
2.73
],
"ys": [
2.73
]
}
],
"blue": [
{
"team_key": "frc7332",
"xs": [
2.73
],
"ys": [
2.73
]
}
]
}
}