List of competition scoring modes
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/SCORINGMODES/?ScoringMode=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=SCORINGMODES&ScoringMode=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 2,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": 1,
"Name": "Cumulative Scoring",
"Description": "All arrows shot are summed up and the total..."
},
{
"Id": 2,
"Name": "Set System",
"Description": "Each end gives the opponents a fixed number of points"
}
]
}