From FreePokerAlliance wiki
Description
Returns the overall high-score of all players. Only players who played at least one round in the game will be shown.
Parameters
| Required
| Name
| Type
| Default value
| Description
|
| required | Command | string | GetAffiliateHighScore | API method name
|
| required | AffiliateLoginName | string | | Your affiliate login name
|
| optional | ListSize | int | | Limits the number of returned rows to this value
|
| optional | Offset | int | | Returns rows from this value, can be combined with ListSize.
|
Example Request
Replace XXXXXXXXXX with actual data.
Response
| Name
| Type
| Default value
| Description
|
| Command | string | GetAffiliateHighScore | API method name
|
| Items | int | | Total number of items (rows) returned
|
| DisplayName_N | string | | Display name of the player (N = row number of items above)
|
| LoginName_N | string | | Login name (N = row number of items above)
|
| Balance_N | money | | Player balance (N = row number of items above)
|
| Rounds_N | int | | Played rounds (N = row number of items above)
|
| WonRounds_N | int | | Won rounds (N = row number of items above)
|
Error Codes
| Code
| Description
|
| Status=ERROR | An error occured
|
| Status=OK | Registration successful
|
| ERROR=ParameterName1,ParameterName2,...,ParameterNameN | Indicates which parameter names have wrong values
|