|
|
FRCAPI Registration requests returning no data
|
|
02/20/2019 8:50 PM
post6279
|
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.
|
|
|
|
|