List of target faces
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/TARGETFACES/?TargetFace=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=TARGETFACES&TargetFace=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 6,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": 1,
"Description": "40cm Small 10 (Compound)",
"Text": "",
"Diameter": 40,
"MinScore": 1,
"MaxScore": 10,
"HasX": false
},
{
"Id": 2,
"Description": "40cm Big 10 (Recurve)",
"Text": "",
"Diameter": 40,
"MinScore": 1,
"MaxScore": 10,
"HasX": false
},
{
"Id": 3,
"Description": "60cm Small 10 (Compound)",
"Text": "",
"Diameter": 60,
"MinScore": 1,
"MaxScore": 10,
"HasX": false
},
{
"Id": 4,
"Description": "60cm Big 10 (Recurve)",
"Text": "",
"Diameter": 60,
"MinScore": 1,
"MaxScore": 10,
"HasX": false
},
{
"Id": 5,
"Description": "80cm",
"Text": "",
"Diameter": 80,
"MinScore": 1,
"MaxScore": 10,
"HasX": true
},
{
"Id": 6,
"Description": "122cm",
"Text": "",
"Diameter": 122,
"MinScore": 1,
"MaxScore": 10,
"HasX": true
}
]
}