All URIs are relative to https://www.thebluealliance.com/api/v3
Method | HTTP request | Description |
---|---|---|
GetDistrictRankings | Get /district/{district_key}/rankings | |
GetDistrictTeams | Get /district/{district_key}/teams | |
GetDistrictTeamsKeys | Get /district/{district_key}/teams/keys | |
GetDistrictTeamsSimple | Get /district/{district_key}/teams/simple | |
GetEventTeams | Get /event/{event_key}/teams | |
GetEventTeamsKeys | Get /event/{event_key}/teams/keys | |
GetEventTeamsSimple | Get /event/{event_key}/teams/simple | |
GetEventTeamsStatuses | Get /event/{event_key}/teams/statuses | |
GetTeam | Get /team/{team_key} | |
GetTeamAwards | Get /team/{team_key}/awards | |
GetTeamAwardsByYear | Get /team/{team_key}/awards/{year} | |
GetTeamDistricts | Get /team/{team_key}/districts | |
GetTeamEventAwards | Get /team/{team_key}/event/{event_key}/awards | |
GetTeamEventMatches | Get /team/{team_key}/event/{event_key}/matches | |
GetTeamEventMatchesKeys | Get /team/{team_key}/event/{event_key}/matches/keys | |
GetTeamEventMatchesSimple | Get /team/{team_key}/event/{event_key}/matches/simple | |
GetTeamEventStatus | Get /team/{team_key}/event/{event_key}/status | |
GetTeamEvents | Get /team/{team_key}/events | |
GetTeamEventsByYear | Get /team/{team_key}/events/{year} | |
GetTeamEventsByYearKeys | Get /team/{team_key}/events/{year}/keys | |
GetTeamEventsByYearSimple | Get /team/{team_key}/events/{year}/simple | |
GetTeamEventsKeys | Get /team/{team_key}/events/keys | |
GetTeamEventsSimple | Get /team/{team_key}/events/simple | |
GetTeamEventsStatusesByYear | Get /team/{team_key}/events/{year}/statuses | |
GetTeamMatchesByYear | Get /team/{team_key}/matches/{year} | |
GetTeamMatchesByYearKeys | Get /team/{team_key}/matches/{year}/keys | |
GetTeamMatchesByYearSimple | Get /team/{team_key}/matches/{year}/simple | |
GetTeamMediaByTag | Get /team/{team_key}/media/tag/{media_tag} | |
GetTeamMediaByTagYear | Get /team/{team_key}/media/tag/{media_tag}/{year} | |
GetTeamMediaByYear | Get /team/{team_key}/media/{year} | |
GetTeamRobots | Get /team/{team_key}/robots | |
GetTeamSimple | Get /team/{team_key}/simple | |
GetTeamSocialMedia | Get /team/{team_key}/social_media | |
GetTeamYearsParticipated | Get /team/{team_key}/years_participated | |
GetTeams | Get /teams/{page_num} | |
GetTeamsByYear | Get /teams/{year}/{page_num} | |
GetTeamsByYearKeys | Get /teams/{year}/{page_num}/keys | |
GetTeamsByYearSimple | Get /teams/{year}/{page_num}/simple | |
GetTeamsKeys | Get /teams/{page_num}/keys | |
GetTeamsSimple | Get /teams/{page_num}/simple |
[]DistrictRanking GetDistrictRankings(ctx, districtKey, optional)
Gets a list of team district rankings for the given district.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
districtKey | string | TBA District Key, eg `2016fim` | |
optional | *GetDistrictRankingsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetDistrictRankingsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Team GetDistrictTeams(ctx, districtKey, optional)
Gets a list of Team
objects that competed in events in the given district.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
districtKey | string | TBA District Key, eg `2016fim` | |
optional | *GetDistrictTeamsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetDistrictTeamsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetDistrictTeamsKeys(ctx, districtKey, optional)
Gets a list of Team
objects that competed in events in the given district.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
districtKey | string | TBA District Key, eg `2016fim` | |
optional | *GetDistrictTeamsKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetDistrictTeamsKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamSimple GetDistrictTeamsSimple(ctx, districtKey, optional)
Gets a short-form list of Team
objects that competed in events in the given district.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
districtKey | string | TBA District Key, eg `2016fim` | |
optional | *GetDistrictTeamsSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetDistrictTeamsSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Team GetEventTeams(ctx, eventKey, optional)
Gets a list of Team
objects that competed in the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetEventTeamsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetEventTeamsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetEventTeamsKeys(ctx, eventKey, optional)
Gets a list of Team
keys that competed in the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetEventTeamsKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetEventTeamsKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamSimple GetEventTeamsSimple(ctx, eventKey, optional)
Gets a short-form list of Team
objects that competed in the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetEventTeamsSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetEventTeamsSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
map[string]TeamEventStatus GetEventTeamsStatuses(ctx, eventKey, optional)
Gets a key-value list of the event statuses for teams competing at the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetEventTeamsStatusesOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetEventTeamsStatusesOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Team GetTeam(ctx, teamKey, optional)
Gets a Team
object for the team referenced by the given key.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Award GetTeamAwards(ctx, teamKey, optional)
Gets a list of awards the given team has won.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamAwardsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamAwardsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Award GetTeamAwardsByYear(ctx, teamKey, year, optional)
Gets a list of awards the given team has won in a given year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamAwardsByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamAwardsByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]DistrictList GetTeamDistricts(ctx, teamKey, optional)
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.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamDistrictsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamDistrictsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Award GetTeamEventAwards(ctx, teamKey, eventKey, optional)
Gets a list of awards the given team won at the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetTeamEventAwardsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventAwardsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Match GetTeamEventMatches(ctx, teamKey, eventKey, optional)
Gets a list of matches for the given team and event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetTeamEventMatchesOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventMatchesOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamEventMatchesKeys(ctx, teamKey, eventKey, optional)
Gets a list of match keys for matches for the given team and event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetTeamEventMatchesKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventMatchesKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Match GetTeamEventMatchesSimple(ctx, teamKey, eventKey, optional)
Gets a short-form list of matches for the given team and event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetTeamEventMatchesSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventMatchesSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamEventStatus GetTeamEventStatus(ctx, teamKey, eventKey, optional)
Gets the competition rank and status of the team at the given event.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
eventKey | string | TBA Event Key, eg `2016nytr` | |
optional | *GetTeamEventStatusOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventStatusOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Event GetTeamEvents(ctx, teamKey, optional)
Gets a list of all events this team has competed at.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamEventsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Event GetTeamEventsByYear(ctx, teamKey, year, optional)
Gets a list of events this team has competed at in the given year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamEventsByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamEventsByYearKeys(ctx, teamKey, year, optional)
Gets a list of the event keys for events this team has competed at in the given year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamEventsByYearKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsByYearKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]EventSimple GetTeamEventsByYearSimple(ctx, teamKey, year, optional)
Gets a short-form list of events this team has competed at in the given year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamEventsByYearSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsByYearSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamEventsKeys(ctx, teamKey, optional)
Gets a list of the event keys for all events this team has competed at.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamEventsKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]EventSimple GetTeamEventsSimple(ctx, teamKey, optional)
Gets a short-form list of all events this team has competed at.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamEventsSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
map[string]TeamEventStatus GetTeamEventsStatusesByYear(ctx, teamKey, year, optional)
Gets a key-value list of the event statuses for events this team has competed at in the given year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamEventsStatusesByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamEventsStatusesByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Match GetTeamMatchesByYear(ctx, teamKey, year, optional)
Gets a list of matches for the given team and year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamMatchesByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMatchesByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamMatchesByYearKeys(ctx, teamKey, year, optional)
Gets a list of match keys for matches for the given team and year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamMatchesByYearKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMatchesByYearKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]MatchSimple GetTeamMatchesByYearSimple(ctx, teamKey, year, optional)
Gets a short-form list of matches for the given team and year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamMatchesByYearSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMatchesByYearSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Media GetTeamMediaByTag(ctx, teamKey, mediaTag, optional)
Gets a list of Media (videos / pictures) for the given team and tag.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
mediaTag | string | Media Tag which describes the Media. | |
optional | *GetTeamMediaByTagOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMediaByTagOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Media GetTeamMediaByTagYear(ctx, teamKey, mediaTag, year, optional)
Gets a list of Media (videos / pictures) for the given team, tag and year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
mediaTag | string | Media Tag which describes the Media. | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamMediaByTagYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMediaByTagYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Media GetTeamMediaByYear(ctx, teamKey, year, optional)
Gets a list of Media (videos / pictures) for the given team and year.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
optional | *GetTeamMediaByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamMediaByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamRobot GetTeamRobots(ctx, teamKey, optional)
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.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamRobotsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamRobotsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamSimple GetTeamSimple(ctx, teamKey, optional)
Gets a Team_Simple
object for the team referenced by the given key.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Media GetTeamSocialMedia(ctx, teamKey, optional)
Gets a list of Media (social media) for the given team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamSocialMediaOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamSocialMediaOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]int32 GetTeamYearsParticipated(ctx, teamKey, optional)
Gets a list of years in which the team participated in at least one competition.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamKey | string | TBA Team Key, eg `frc254` | |
optional | *GetTeamYearsParticipatedOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamYearsParticipatedOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]int32
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Team GetTeams(ctx, pageNum, optional)
Gets a list of Team
objects, paginated in groups of 500.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Team GetTeamsByYear(ctx, year, pageNum, optional)
Gets a list of Team
objects that competed in the given year, paginated in groups of 500.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsByYearOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsByYearOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamsByYearKeys(ctx, year, pageNum, optional)
Gets a list Team Keys that competed in the given year, paginated in groups of 500.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsByYearKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsByYearKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamSimple GetTeamsByYearSimple(ctx, year, pageNum, optional)
Gets a list of short form Team_Simple
objects that competed in the given year, paginated in groups of 500.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
year | int32 | Competition Year (or Season). Must be 4 digits. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsByYearSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsByYearSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string GetTeamsKeys(ctx, pageNum, optional)
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.)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsKeysOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsKeysOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
[]string
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamSimple GetTeamsSimple(ctx, pageNum, optional)
Gets a list of short form Team_Simple
objects, paginated in groups of 500.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pageNum | int32 | Page number of results to return, zero-indexed | |
optional | *GetTeamsSimpleOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetTeamsSimpleOpts struct
Name | Type | Description | Notes |
---|
ifModifiedSince | optional.String| Value of the `Last-Modified` header in the most recently cached response by the client. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]