API

ScoringModes

List of competition scoring modes

Specific Parameters

  • ScoringMode INTEGER Scoring Mode ID
  • fText STRING Textual search on main values

Common Parameters

  • RBP INTEGER Items per page
  • Page INTEGER Page to request

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

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]

Response

{
    "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"
        }
    ]
}
×

Try it: ScoringModes

ScoringMode
fText
RBP
Page
Request: