API working fine, but no instruction how I can select VPIP for a specific player on the table.
As example:
select StatTotalHands,StatPlayerNameAndSite,StatFullRingP osition,StatNetAmountWon,StatBigBlindsPer100,StatV PIP,StatPFR,StatThreeBet,StatWentToShowdown,StatWo nShowdown,StatPostflopAggression,StatPostflopAggre ssionPercentage from stats group by StatPlayerNameAndSite
http://localhost:8001/Query?q=select...yerNameAndSite
Response:
Code:
{
"ResultType": "Stats",
"Errors": [
],
"QueryTime": 1.4976,
"Results": [
{
"Player": "P NAME",
"Position": ""EP+2"",
"bb100": "-15.70",
"NetWon": "579.00",
"PFR": "0.22",
"Agg": "1.00",
"Agg%": "0.30",
"3Bet": "0.17",
"TotalHands": "39",
"VPIP": "0.23",
"WTSD%": "0.56",
"W$SD%": "0.60"
}
]
}
How to change a player on request to API?
At the moment default player selected from HM UI.