API

ResultPics

Returns the list of uploaded pictures in tournaments

when passing ID, the system recognizes if it is a WA Id or if it is starting with '_' will look for OpenWareeos/Temporary ID

Specific Parameters

  • CompId INTEGER M Competition Id
  • Id STRING M Athlete WA Id
  • CatId INTEGER do not use with CatCode Category Id
  • CatCode STRING do not use with CatId Category Code

Common Parameters

  • RBP INTEGER Items per page
  • Page INTEGER Page to request

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

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]

Response

{
    "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"
            ]
        }
    ]
}
×

Try it: ResultPics

CompId
Id
CatId
CatCode
RBP
Page
Request: