API

RecordLevels

Record Levels

List of possible Record Level that you can investigate in Database

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/RECORDLEVELS/? [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=RECORDLEVELS& [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 6,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "RecordLevelId": "1",
            "Description": "Olympic/Paralympic Record"
        },
        {
            "RecordLevelId": "2",
            "Description": "World Record"
        },
        {
            "RecordLevelId": "3",
            "Description": "Continental Record"
        },
        {
            "RecordLevelId": "4",
            "Description": "Game Record"
        },
        {
            "RecordLevelId": "5",
            "Description": "National Record"
        },
        {
            "RecordLevelId": "6",
            "Description": "Best Score"
        }
    ]
}
×

Try it: RecordLevels

RBP
Page
Request: