Forum Topic - FRCAPI Events endpoint doesn't return correct data for a team number query: (5 Items)
   
FRCAPI Events endpoint doesn't return correct data for a team number query  
Just tried this call for my team
https://frc-api.firstinspires.org/v2.0/2016/events?teamNumber=3572

My reading of the api make me think I should get a listing of the two events we are registered for,
But the return was this JSON
{
  "Events": [],
  "eventCount": 0
}

It appears that the API may only be returning events in the past and not future events.
Re: FRCAPI Events endpoint doesn't return correct data for a team number query  
Hi,
There's actually already an open bug for this (tracker1230) in the "Trackers" section. 
Thank you,
Re: FRCAPI Events endpoint doesn't return correct data for a team number query  
Thanks.
This is my first look at the API and I didn't see the tracker section. I'll look there first next time.
Re: FRCAPI Events endpoint doesn't return correct data for a team number query  
No problem- enjoy~
Re: FRCAPI Events endpoint doesn't return correct data for a team number query  
Just for future readers - this issue is resolved.