List of competition formats types
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/COMPETITIONFORMATTYPES/?FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=COMPETITIONFORMATTYPES&FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 2,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": "1",
"Name": "Round",
"Description": "Rounds are pahses of the competition where..."
},
{
"Id": "2",
"Name": "Match",
"Description": "In the Matches, each opponent..."
}
]
}