Forum Topic - FRCAPI Registration requests returning no data: (3 Items)
   
FRCAPI Registration requests returning no data  
I used both PostMan and frcevents2.docs.apiary.io to query for a teams event registrations on the production servers for
 2016, 2017 and 2018.  In all cases I get back a response code of 200 but I do not get back the expected results.  I 
tested with teams 842 and 2403 and this is the data that is returned:

{
    "Registrations": [],
    "registrationCountTotal": 0,
    "registrationCountPage": 0,
    "pageCurrent": 0,
    "pageTotal": 0
}

I know both of those teams went to multiple events in the years tested so I am wondering if there is is an issue with 
that event registrations API.
Re: FRCAPI Registration requests returning no data  
Hi Bruce,
There's a note in the docs, though it is easy to overlook. The registrations endpoint is disabled due to some 
compatibility issues that haven't been worked out. In the meantime, though, you can get equivalent data from the Teams 
endpoints. Additional info: https://frcevents2.docs.apiary.io/#reference/season-data/team-listings

Thanks,
Re: FRCAPI Registration requests returning no data  
I had overlooked the notes in the description until you mentioned them.  My apologies for that.  I will use the Teams 
endpoint as an alternative.   Thanks.