List of phase types
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/PHASETYPES/?PhaseType=INTEGER&FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=PHASETYPES&PhaseType=INTEGER&FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 4,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": "1",
"Name": "Qualification",
"Description": "Cumulative scoring round that seeds athletes for future phases.",
"FormatType": "Round"
},
{
"Id": "2",
"Name": "Matchplay",
"Description": "Head-to-head elimination bracket. Match winners advance and losers are eliminated.",
"FormatType": "Match"
},
{
"Id": "3",
"Name": "Elimination",
"Description": "Cumulative scoring round that eliminates athletes.",
"FormatType": "Round"
},
{
"Id": "4",
"Name": "Shoot-up",
"Description": "Head-to-head elimination ladder. Match winners advance and losers are eliminated.",
"FormatType": "Match"
}
]
}