API

CompetitionStatus

Get the possible competitions Status

Specific Parameters

  • StatusId INTEGER Competition's Status Id. Negative value will force a "<=" instead of "==" in match
  • 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/COMPETITIONSTATUS/?StatusId=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=COMPETITIONSTATUS&StatusId=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 5,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "StatusId": 0,
            "Description": "Standard",
            "CompetitionScheduled": true
        },
        {
            "StatusId": 1,
            "Description": "Official Results",
            "CompetitionScheduled": true
        },
        {
            "StatusId": 97,
            "Description": "Registration on hold",
            "CompetitionScheduled": true
        },
        {
            "StatusId": 98,
            "Description": "Postponed",
            "CompetitionScheduled": false
        },
        {
            "StatusId": 99,
            "Description": "Cancelled",
            "CompetitionScheduled": false
        }
    ]
}
×

Try it: CompetitionStatus

StatusId
fText
RBP
Page
Request: