API

RecordsClaimable

Claimable Records

Records that can be claimed at the time of call. If a list of Categories is given and no order specified, the order is the same as the piped-categories string

Specific Parameters

  • RecordLevel INTEGER Record's Level Id
  • RecordArea INTEGER Record's Area Id
  • DisciplineId INTEGER Discipline Id
  • CatId INTEGER + do not use with CatCode Category Id
  • CatCode STRING + do not use with CatId Category Code
  • RecordName STRING Record Name
  • ParaArchery BOOLEAN is Para Archery
  • Historical BOOLEAN Include Historical Data

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/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]

Response

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

Try it: RecordsClaimable

RecordLevel
RecordArea
DisciplineId
CatId
CatCode
RecordName
ParaArchery
Historical
RBP
Page
Request: