Module team_api

Source

Enums§

GetDistrictRankingsError
struct for typed errors of method get_district_rankings
GetDistrictTeamsError
struct for typed errors of method get_district_teams
GetDistrictTeamsKeysError
struct for typed errors of method get_district_teams_keys
GetDistrictTeamsSimpleError
struct for typed errors of method get_district_teams_simple
GetEventTeamsError
struct for typed errors of method get_event_teams
GetEventTeamsKeysError
struct for typed errors of method get_event_teams_keys
GetEventTeamsSimpleError
struct for typed errors of method get_event_teams_simple
GetEventTeamsStatusesError
struct for typed errors of method get_event_teams_statuses
GetTeamAwardsByYearError
struct for typed errors of method get_team_awards_by_year
GetTeamAwardsError
struct for typed errors of method get_team_awards
GetTeamDistrictsError
struct for typed errors of method get_team_districts
GetTeamError
struct for typed errors of method get_team
GetTeamEventAwardsError
struct for typed errors of method get_team_event_awards
GetTeamEventMatchesError
struct for typed errors of method get_team_event_matches
GetTeamEventMatchesKeysError
struct for typed errors of method get_team_event_matches_keys
GetTeamEventMatchesSimpleError
struct for typed errors of method get_team_event_matches_simple
GetTeamEventStatusError
struct for typed errors of method get_team_event_status
GetTeamEventsByYearError
struct for typed errors of method get_team_events_by_year
GetTeamEventsByYearKeysError
struct for typed errors of method get_team_events_by_year_keys
GetTeamEventsByYearSimpleError
struct for typed errors of method get_team_events_by_year_simple
GetTeamEventsError
struct for typed errors of method get_team_events
GetTeamEventsKeysError
struct for typed errors of method get_team_events_keys
GetTeamEventsSimpleError
struct for typed errors of method get_team_events_simple
GetTeamEventsStatusesByYearError
struct for typed errors of method get_team_events_statuses_by_year
GetTeamMatchesByYearError
struct for typed errors of method get_team_matches_by_year
GetTeamMatchesByYearKeysError
struct for typed errors of method get_team_matches_by_year_keys
GetTeamMatchesByYearSimpleError
struct for typed errors of method get_team_matches_by_year_simple
GetTeamMediaByTagError
struct for typed errors of method get_team_media_by_tag
GetTeamMediaByTagYearError
struct for typed errors of method get_team_media_by_tag_year
GetTeamMediaByYearError
struct for typed errors of method get_team_media_by_year
GetTeamRobotsError
struct for typed errors of method get_team_robots
GetTeamSimpleError
struct for typed errors of method get_team_simple
GetTeamSocialMediaError
struct for typed errors of method get_team_social_media
GetTeamYearsParticipatedError
struct for typed errors of method get_team_years_participated
GetTeamsByYearError
struct for typed errors of method get_teams_by_year
GetTeamsByYearKeysError
struct for typed errors of method get_teams_by_year_keys
GetTeamsByYearSimpleError
struct for typed errors of method get_teams_by_year_simple
GetTeamsError
struct for typed errors of method get_teams
GetTeamsKeysError
struct for typed errors of method get_teams_keys
GetTeamsSimpleError
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.