Get the possible competitions Status
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
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]
{
"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
}
]
}