Claimable Records
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/RECORDSCLAIMABLE/?RecordLevel=INTEGER&RecordArea=INTEGER&DisciplineId=INTEGER&CatId=INTEGER&CatCode=STRING&RecordName=STRING&ParaArchery=BOOLEAN&Historical=BOOLEAN [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=RECORDSCLAIMABLE&RecordLevel=INTEGER&RecordArea=INTEGER&DisciplineId=INTEGER&CatId=INTEGER&CatCode=STRING&RecordName=STRING&ParaArchery=BOOLEAN&Historical=BOOLEAN [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 2,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"RecordTypeId": 80,
"RecordDiscipline": 2,
"MinLevel": 3,
"RecordLevels": [
3
],
"RecordAreas": [
5
],
"Category": 1,
"NumArchers": 1,
"HasRecord": true,
"Name": "25 metres",
"SubName": "60 arrows"
},
{
"RecordTypeId": 59,
"RecordDiscipline": 2,
"MinLevel": 3,
"RecordLevels": [
3
],
"RecordAreas": [
5
],
"Category": 1,
"NumArchers": 1,
"HasRecord": true,
"Name": "18 metres",
"SubName": "60 arrows"
}
]
}