Enums§
- GetDistrict
Rankings Error - struct for typed errors of method
get_district_rankings
- GetDistrict
Teams Error - struct for typed errors of method
get_district_teams
- GetDistrict
Teams Keys Error - struct for typed errors of method
get_district_teams_keys
- GetDistrict
Teams Simple Error - struct for typed errors of method
get_district_teams_simple
- GetEvent
Teams Error - struct for typed errors of method
get_event_teams
- GetEvent
Teams Keys Error - struct for typed errors of method
get_event_teams_keys
- GetEvent
Teams Simple Error - struct for typed errors of method
get_event_teams_simple
- GetEvent
Teams Statuses Error - struct for typed errors of method
get_event_teams_statuses
- GetTeam
Awards ByYear Error - struct for typed errors of method
get_team_awards_by_year
- GetTeam
Awards Error - struct for typed errors of method
get_team_awards
- GetTeam
Districts Error - struct for typed errors of method
get_team_districts
- GetTeam
Error - struct for typed errors of method
get_team
- GetTeam
Event Awards Error - struct for typed errors of method
get_team_event_awards
- GetTeam
Event Matches Error - struct for typed errors of method
get_team_event_matches
- GetTeam
Event Matches Keys Error - struct for typed errors of method
get_team_event_matches_keys
- GetTeam
Event Matches Simple Error - struct for typed errors of method
get_team_event_matches_simple
- GetTeam
Event Status Error - struct for typed errors of method
get_team_event_status
- GetTeam
Events ByYear Error - struct for typed errors of method
get_team_events_by_year
- GetTeam
Events ByYear Keys Error - struct for typed errors of method
get_team_events_by_year_keys
- GetTeam
Events ByYear Simple Error - struct for typed errors of method
get_team_events_by_year_simple
- GetTeam
Events Error - struct for typed errors of method
get_team_events
- GetTeam
Events Keys Error - struct for typed errors of method
get_team_events_keys
- GetTeam
Events Simple Error - struct for typed errors of method
get_team_events_simple
- GetTeam
Events Statuses ByYear Error - struct for typed errors of method
get_team_events_statuses_by_year
- GetTeam
Matches ByYear Error - struct for typed errors of method
get_team_matches_by_year
- GetTeam
Matches ByYear Keys Error - struct for typed errors of method
get_team_matches_by_year_keys
- GetTeam
Matches ByYear Simple Error - struct for typed errors of method
get_team_matches_by_year_simple
- GetTeam
Media ByTag Error - struct for typed errors of method
get_team_media_by_tag
- GetTeam
Media ByTag Year Error - struct for typed errors of method
get_team_media_by_tag_year
- GetTeam
Media ByYear Error - struct for typed errors of method
get_team_media_by_year
- GetTeam
Robots Error - struct for typed errors of method
get_team_robots
- GetTeam
Simple Error - struct for typed errors of method
get_team_simple
- GetTeam
Social Media Error - struct for typed errors of method
get_team_social_media
- GetTeam
Years Participated Error - struct for typed errors of method
get_team_years_participated
- GetTeams
ByYear Error - struct for typed errors of method
get_teams_by_year
- GetTeams
ByYear Keys Error - struct for typed errors of method
get_teams_by_year_keys
- GetTeams
ByYear Simple Error - struct for typed errors of method
get_teams_by_year_simple
- GetTeams
Error - struct for typed errors of method
get_teams
- GetTeams
Keys Error - struct for typed errors of method
get_teams_keys
- GetTeams
Simple Error - struct for typed errors of method
get_teams_simple
Functions§
- get_
district_ rankings - Gets a list of team district rankings for the given district.
- get_
district_ teams - Gets a list of
Team
objects that competed in events in the given district. - get_
district_ teams_ keys - Gets a list of
Team
objects that competed in events in the given district. - get_
district_ teams_ simple - Gets a short-form list of
Team
objects that competed in events in the given district. - get_
event_ teams - Gets a list of
Team
objects that competed in the given event. - get_
event_ teams_ keys - Gets a list of
Team
keys that competed in the given event. - get_
event_ teams_ simple - Gets a short-form list of
Team
objects that competed in the given event. - get_
event_ teams_ statuses - Gets a key-value list of the event statuses for teams competing at the given event.
- get_
team - Gets a
Team
object for the team referenced by the given key. - get_
team_ awards - Gets a list of awards the given team has won.
- get_
team_ awards_ by_ year - Gets a list of awards the given team has won in a given year.
- get_
team_ districts - Gets an array of districts representing each year the team was in a district. Will return an empty array if the team was never in a district.
- get_
team_ event_ awards - Gets a list of awards the given team won at the given event.
- get_
team_ event_ matches - Gets a list of matches for the given team and event.
- get_
team_ event_ matches_ keys - Gets a list of match keys for matches for the given team and event.
- get_
team_ event_ matches_ simple - Gets a short-form list of matches for the given team and event.
- get_
team_ event_ status - Gets the competition rank and status of the team at the given event.
- get_
team_ events - Gets a list of all events this team has competed at.
- get_
team_ events_ by_ year - Gets a list of events this team has competed at in the given year.
- get_
team_ events_ by_ year_ keys - Gets a list of the event keys for events this team has competed at in the given year.
- get_
team_ events_ by_ year_ simple - Gets a short-form list of events this team has competed at in the given year.
- get_
team_ events_ keys - Gets a list of the event keys for all events this team has competed at.
- get_
team_ events_ simple - Gets a short-form list of all events this team has competed at.
- get_
team_ events_ statuses_ by_ year - Gets a key-value list of the event statuses for events this team has competed at in the given year.
- get_
team_ matches_ by_ year - Gets a list of matches for the given team and year.
- get_
team_ matches_ by_ year_ keys - Gets a list of match keys for matches for the given team and year.
- get_
team_ matches_ by_ year_ simple - Gets a short-form list of matches for the given team and year.
- get_
team_ media_ by_ tag - Gets a list of Media (videos / pictures) for the given team and tag.
- get_
team_ media_ by_ tag_ year - Gets a list of Media (videos / pictures) for the given team, tag and year.
- get_
team_ media_ by_ year - Gets a list of Media (videos / pictures) for the given team and year.
- get_
team_ robots - Gets a list of year and robot name pairs for each year that a robot name was provided. Will return an empty array if the team has never named a robot.
- get_
team_ simple - Gets a
Team_Simple
object for the team referenced by the given key. - get_
team_ social_ media - Gets a list of Media (social media) for the given team.
- get_
team_ years_ participated - Gets a list of years in which the team participated in at least one competition.
- get_
teams - Gets a list of
Team
objects, paginated in groups of 500. - get_
teams_ by_ year - Gets a list of
Team
objects that competed in the given year, paginated in groups of 500. - get_
teams_ by_ year_ keys - Gets a list Team Keys that competed in the given year, paginated in groups of 500.
- get_
teams_ by_ year_ simple - Gets a list of short form
Team_Simple
objects that competed in the given year, paginated in groups of 500. - get_
teams_ keys - Gets a list of Team keys, paginated in groups of 500. (Note, each page will not have 500 teams, but will include the teams within that range of 500.)
- get_
teams_ simple - Gets a list of short form
Team_Simple
objects, paginated in groups of 500.