Returns the list of uploaded pictures in tournaments
Type Data type
M Mandatory
+ Multiple values separated with pipe "|"
http://api.worldarchery.org/v3/RESULTPICS/?CompId=INTEGER&Id=STRING&CatId=INTEGER&CatCode=STRING [&RBP=INTEGER&Page=INTEGER]
http://api.worldarchery.org/?v=3&content=RESULTPICS&CompId=INTEGER&Id=STRING&CatId=INTEGER&CatCode=STRING [&RBP=INTEGER&Page=INTEGER]
{
"pageInfo": {
"totalResults": 1,
"resultsPerPage": 10,
"page": 0
},
"items": [
{
"Id": "13105",
"OpenWareosID": 4137,
"Cat": "RM",
"Files": [
"https://extranet.worldarchery.org/wareos/myUploadFiles-view.php?ComId=22957&CatCode=RM&OpenEnId=4137&Cnt=0",
"https://extranet.worldarchery.org/wareos/myUploadFiles-view.php?ComId=22957&CatCode=RM&OpenEnId=4137&Cnt=1"
]
}
]
}