action thebluealliance_get_team_years_participated { label: "getTeamYearsParticipated" description: "Gets a list of years in which the team participated in at least one competition." provider: thebluealliance method: GET path: "/team/{team_key}/years_participated" encoding: json output: { type: "array" items: { type: "integer" } } }