Forum Topic - FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?: (3 Items)
   
FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?  
For example /2014/teams?teamNumber returns 
"
<TeamListings>
    <pageCurrent>1</pageCurrent>
    <pageTotal>1</pageTotal>
    <teamCountPage>1</teamCountPage>
    <teamCountTotal>1</teamCountTotal>
    <teams>
        <Team>
            <districtCode/>
            <location>League City, TX, USA</location>
            <nameFull>NASA-JSC & Clear Creek ISD</nameFull>
            <nameNick>Robonauts</nameNick>
            <nameShort/>
            <number>118</number>
            <robotName>Endeavour</robotName>
            <rookieYear>1997</rookieYear>
        </Team>
    </teams>
</TeamListings>
"
Is this a known problem for the beta?
Re: FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?  
The url I meant to post was /2014/teams?teamNumber=128
Re: FRCAPI Is the "Team Listing API" only supposed to return data for one team currently?  
Hello,
We are actually still "pre beta" so, as you point out, the data returned is just static examples. It isn't suppose to 
represent anything that exists in real life, and it will never change between requests. Please read through the 
documentation available at http://docs.frceventsprelim.apiary.io/ as it outlines the other differences between the "mock
" server (which you used in that request) and what would actually happen in the production environment.
Thank you.