Description Usage Arguments Value Examples
Gets a list of game ids for team_id in a specific date range, inclusive
1  | GetGameIdRange(team_id, start_date, end_date)
 | 
team_id | 
 Int, team ID number  | 
start_date | 
 Starting date of the games, inclusive. Format: "yyyy-mm-dd"  | 
end_date | 
 Ending date of the games, inclusive. Format: "yyyy-mm-dd"  | 
List of ints, each element is a game ID in selected range
1  | GetGameIdRange(10, "2019-09-30", "2019-12-16")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.