WebAPI/GetMatchHistoryBySequenceNum
< WebAPI(Redirected from User:RJackson/WebAPI/GetMatchHistoryBySequenceNum)
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.