/pwg/getplayeroptions

Get the choosen option by a player on a match.

Function: getplayeroptions

parameters: matchid, playerid

Example: https://backend.prowaregolf.nl/api/getplayeroptions/key/<your authrisation code here>/matchid/<your matchid>/playerid/<id of the player>

result:

{
 "Getplayeroptions":[
  {
   "Id":"1",
   "Name":"Handicart"
  },
  {
   "Id":"2",
   "Name":"Ik blijf eten"
  }
 ]
}