This request returns a list of matches by year.
Function: getmatchlist
parameters: jaar
Example: https://backend.prowaregolf.nl/api/getmatchlist/key/<your authrisation code here>/jaar/<your year>
result:
{
"Matchlist":[
{
"Wedstrijd_Id":"501",
"Start_op":"01-01-2014 15:00",
"Naam_Wedstrijd":"Test MdG Vierbal Stableford",
"Wedstrijdvorm":"Vierbal Stableford",
"Qualifying":"Nee",
"Startvorm":"Start hole 1 en 10",
"Start_Interval":"12",
"Start_Datum":"2014-01-01",
"Start_Tijd":"15:00",
"Eind_Datum":null,
"EindTijd":null,
"EGA_Handicap_verplicht":"Ja",
"Beide_Dames_Heren":"Beide",
"Min_HCP_Heren":"36",
"Max_HCP_Heren":"-9.9",
"Min_HCP_Dames":"36",
"Max_HCP_Dames":"-9.9",
"Max_Spelers":"32",
"Sluitingsdatum":"2013-12-27 22:00:00.000000",
"Handicap_Toepassen":"Ja",
"Scratch_HCP_Verrekening":"Nee",
"Max_Exact_HCP_Heren":"0",
"Max_Exact_HCP_Dames":"0.0",
"Bedrag":"0.00",
"Leeftijd_voor_Korting":"0",
"Discount":"0.00",
"commissioner1Name":"",
"commissioner1Phone":"",
"commissioner2Name":"",
"commissioner2Phone":"",
"AgeLimitForFullFirstName":"0",
"Uitslag_Gesplitst_M_V":"Nee",
"Uitslag_Gesplitst_Handicap":"Nee",
"Publiceer_op_Internet":"Nee",
"Inschrijven_via_Internet":"Nee",
"StartDatumTGInschrijven":"2013-12-18 06:00:00.000000",
"Inschrijven_Telegolf":"Nee",
"additionalSubscriptionInfo":""
},
{
"Wedstrijd_Id":"525",
"Start_op":"05-01-2014 10:15",
"Naam_Wedstrijd":"MdG test 2 Tweebal Stableford",
"Wedstrijdvorm":"Tweebal Stableford",
"Qualifying":"Nee",
"Startvorm":"Start hole 1 en 10",
"Start_Interval":"12",
"Start_Datum":"2014-01-05",
"Start_Tijd":"10:15",
"Eind_Datum":null,
"EindTijd":null,
"EGA_Handicap_verplicht":"Ja",
"Beide_Dames_Heren":"Beide",
"Min_HCP_Heren":"36",
"Max_HCP_Heren":"-9.9",
"Min_HCP_Dames":"36",
"Max_HCP_Dames":"-9.9",
"Max_Spelers":"0",
"Sluitingsdatum":"2013-12-31 10:15:00.000000",
"Handicap_Toepassen":"Ja",
"Scratch_HCP_Verrekening":"Nee",
"Max_Exact_HCP_Heren":"0",
"Max_Exact_HCP_Dames":"0.0",
"Bedrag":"0.00",
"Leeftijd_voor_Korting":"0",
"Discount":"0.00",
"commissioner1Name":"",
"commissioner1Phone":"",
"commissioner2Name":"",
"commissioner2Phone":"",
"AgeLimitForFullFirstName":"99",
"Uitslag_Gesplitst_M_V":"Nee",
"Uitslag_Gesplitst_Handicap":"Nee",
"Publiceer_op_Internet":"Ja",
"Inschrijven_via_Internet":"Ja",
"StartDatumTGInschrijven":"2013-12-22 10:15:00.000000",
"Inschrijven_Telegolf":"Nee",
"additionalSubscriptionInfo":null
}
]
}