Module list_api

Source

Enums§

GetDistrictEventsError
struct for typed errors of method get_district_events
GetDistrictEventsKeysError
struct for typed errors of method get_district_events_keys
GetDistrictEventsSimpleError
struct for typed errors of method get_district_events_simple
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
GetEventsByYearError
struct for typed errors of method get_events_by_year
GetEventsByYearKeysError
struct for typed errors of method get_events_by_year_keys
GetEventsByYearSimpleError
struct for typed errors of method get_events_by_year_simple
GetTeamEventsStatusesByYearError
struct for typed errors of method get_team_events_statuses_by_year
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_events
Gets a list of events in the given district.
get_district_events_keys
Gets a list of event keys for events in the given district.
get_district_events_simple
Gets a short-form list of events in the given district.
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_events_by_year
Gets a list of events in the given year.
get_events_by_year_keys
Gets a list of event keys in the given year.
get_events_by_year_simple
Gets a short-form list of events in the given year.
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_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.