WebAPI/GetMatchHistoryBySequenceNum

From Team Fortress Wiki
< WebAPI
Revision as of 22:54, 11 April 2016 by MuppetMaster42 (talk | contribs) (reduced duplication by linking to GetMatchDetails instead of just copy pasting it here)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

URL

GET http://api.steampowered.com/IDOTA2Match_<ID>/GetMatchHistoryBySequenceNum/v1

Method-specific parameters

start_at_match_seq_num (Optional) (uint64)
The match sequence number to start returning results from.
matches_requested (Optional) (uint32)
The amount of matches to return.

Result data

result
status
1 - Success
8 - 'matches_requested' must be greater than 0.
statusDetail
A message explaining the status, should status not be 1.
matches
A list of matches.
See WebAPI/GetMatchDetails the structure of each match.

Notes

  • The interface IDOTA2Match_<ID> does not support app id 816.