Difference between revisions of "WebAPI/GetMatchHistoryBySequenceNum"
< WebAPI
m (Think this is everything) |
(reduced duplication by linking to GetMatchDetails instead of just copy pasting it here) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 13: | Line 13: | ||
:;statusDetail: A message explaining the status, should status not be 1. | :;statusDetail: A message explaining the status, should status not be 1. | ||
:;matches: A list of matches. | :;matches: A list of matches. | ||
− | ::; | + | ::;See [[WebAPI/GetMatchDetails]] the structure of each match.: |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Notes == | |
− | + | * The interface IDOTA2Match_<ID> does not support app id 816. | |
− | + | <references/> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:WebAPI|GetMatchHistoryBySequenceNum]] | [[Category:WebAPI|GetMatchHistoryBySequenceNum]] |
Latest revision as of 22:54, 11 April 2016
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.