Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.23 KB

InsightApi.md

File metadata and controls

40 lines (21 loc) · 1.23 KB

\InsightApi

All URIs are relative to https://www.thebluealliance.com/api/v3

Method HTTP request Description
get_insights_leaderboards_year GET /insights/leaderboards/{year}

get_insights_leaderboards_year

Vecmodels::LeaderboardInsight get_insights_leaderboards_year(year, if_none_match)

Gets a list of LeaderboardInsight objects from a specific year. Use year=0 for overall.

Parameters

Name Type Description Required Notes
year i32 Competition Year (or Season). Must be 4 digits. [required]
if_none_match Option<String> Value of the ETag header in the most recently cached response by the client.

Return type

Vecmodels::LeaderboardInsight

Authorization

apiKey

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]