Record Levels
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/RECORDLEVELS/? [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=RECORDLEVELS& [&RBP=INTEGER&Page=INTEGER]
{
"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"
}
]
}