This request returns the startinglist of a match.
Function: getstartinglist
parameters: matchid
Example: https://backend.prowaregolf.nl/api/getstartinglist/key/<your authrisation code here>/matchid/<your matchid>
result:
{
"Startinglist":[
{
"Pos":"1",
"Naam":"Edwin Kerkhoven",
"HCP":"17.9",
"Zoekcode":" 1",
"M_V":"M",
"Tijd":null,
"Hole":null,
"Flight":" ",
"Side":" "
},
{
"Pos":"2",
"Naam":"Bram Kerkhoven",
"HCP":"-5.0",
"Zoekcode":"KERK 2",
"M_V":"M",
"Tijd":null,
"Hole":null,
"Flight":" ",
"Side":" "
}
]
}