Return list of Officials
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/OFFICIALS/?Name=STRING&AssociationCode=STRING&Nationality=STRING&Active=INTEGER&WAPosition=INTEGER&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=OFFICIALS&Name=STRING&AssociationCode=STRING&Nationality=STRING&Active=INTEGER&WAPosition=INTEGER&SortBy=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 2,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": "4347",
"FName": "Scarzella",
"GName": "Fiammetta",
"WNameOrd": false,
"Age": 0,
"Gender": "W",
"Nationality": "ITA",
"EntryMA": "ITA",
"Association": {
"WA": [
{
"FunCode": "MeM",
"FunName": "Member",
"FunLevel": "WA",
"FunGroup": "Medical and Sports Sciences Committee",
"FunWaPosition": true,
"FunStart": "2017-10-14",
"FunEnd": "2019-06-02"
}
]
}
},
{
"Id": "14965",
"FName": "Scarzella",
"GName": "Mario",
"WNameOrd": false,
"Age": 72,
"Gender": "M",
"Nationality": "ITA",
"EntryMA": "ITA",
"Association": {
"WA": [
{
"FunCode": "WAXM",
"FunName": "Executive Board Member",
"FunLevel": "WA",
"FunGroup": "World Archery",
"FunWaPosition": true,
"FunStart": "2005-06-18",
"FunEnd": "2011-07-02"
},
{
"FunCode": "WA1V",
"FunName": "First Vice President",
"FunLevel": "WA",
"FunGroup": "World Archery",
"FunWaPosition": true,
"FunStart": "2011-07-02",
"FunEnd": "2019-06-02"
},
{
"FunCode": "ReM",
"FunName": "Member",
"FunLevel": "WA",
"FunGroup": "Remuneration Commission",
"FunWaPosition": true,
"FunStart": "",
"FunEnd": ""
}
]
}
}
]
}