get_match_history(hero_id = NULL, game_mode = NULL, skill = NULL, date_min = NULL, date_max = NULL, min_players = NULL, account_id = NULL, league_id = NULL, start_at_match_id = NULL, matches_requested = NULL, tournament_games_only = NULL, tz = "", dota_id = 570, language = "en", key = NULL)
No 15 does not exist
key_actions
. The key argument in individual functions should only be used in case the
user needs to work with multiple keys.The content element of the list contains a list called matches. Each element of matches list is a match. Each match contains the following sections:
## Not run:
# get_match_history(matches_requested = 2)
# get_match_history(matches_requested = 2, date_min = '2015-01-01 16:00:00', hero_id = 1)
# get_match_history(language = 'en', key = NULL)
# get_match_history(language = 'en', key = 'xxxxxxxxxxx')
# ## End(Not run)
Run the code above in your browser using DataLab