Hi,
I’ve been trying to get the scores of a match I participated in using the RobotEvents API.
But it says that scored: false
.
This is the request command:
curl -X 'GET' \
'https://www.robotevents.com/api/v2/events/45414/divisions/1/matches?matchnum%5B%5D=1&round%5B%5D=2' \
-H 'accept: application/json' \
-H 'Authorization: Bearer (my token)'
and this is the result:
{
id: 25608095,
event: {
id: 45414,
name: '[Signature Event] 4th Annual NorCal VEX Tipping Point Middle School Tournament ',
code: 'RE-VRC-21-5414'
},
division: { id: 1, name: 'Division 1', code: null },
round: 2,
instance: 1,
matchnum: 1,
scheduled: '2022-02-20T12:00:00-05:00',
started: '2022-02-20T12:29:48-05:00',
field: 'R2-D2',
scored: false,
name: 'Qualifier #1',
alliances: [ [Object], [Object] ]
}