eloScore | The optional game defined Elo score for the client making the request. The Elo score is averaged against all clients in a match and that value is used to produce better search results when listing available matches.
If the Elo is provided the result set will be ordered according to the magnitude of the absoloute value of the difference of the a client searching for a match and the network average for all clients in each match. If the Elo score is not provided (and therefore 0 for all matches) the Elo score will not affect the search results.
Each game can calculate this value as they wish according to whatever scale is best for that game. |
matchAttributeFilterEqualTo | List of match attributes to filter against. This will filter down to matches that both have a name that contains the entire text string provided and the value specified in the filter is equal to the attribute value for the matching name.
No additional wildcards are allowed in the name. A maximum of 10 filters can be specified between all 3 filter lists. |
matchAttributeFilterGreaterThan | List of match attributes to filter against. This will filter down to matches that both have a name that contains the entire text string provided and the value specified in the filter is greater than the attribute value for the matching name.
No additional wildcards are allowed in the name. A maximum of 10 filters can be specified between all 3 filter lists. |
matchAttributeFilterLessThan | List of match attributes to filter against. This will filter down to matches that both have a name that contains the entire text string provided and the value specified in the filter is less than the attribute value for the matching name.
No additional wildcards are allowed in the name. A maximum of 10 filters can be specified between all 3 filter lists. |
nameFilter | Name filter to apply to the match list. |
pageNum | 1 based page number requested. |
pageSize | Number of results per page to be returned. |