API

Doc-File

Return Files information

Specific Parameters

  • DocId INTEGER Document ID
  • DocName STRING Document Name
  • CompId INTEGER Competition Id
  • Tag STRING Document Tag

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/DOC-FILE/?DocId=INTEGER&DocName=STRING&CompId=INTEGER&Tag=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=DOC-FILE&DocId=INTEGER&DocName=STRING&CompId=INTEGER&Tag=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "DocumentId": 4625,
            "FolderId": 577,
            "Name": "2019 Hyundai Archery World Cup Rules",
            "FolderName": "2019",
            "Competitions": [
                18156,
                18157,
                18159,
                19890,
                20614
            ],
            "Tags": [],
            "MimeType": "application/pdf",
            "Path": "/Events/World_Cup/2019/19_Rules_WorldCup_V1.0.pdf",
            "URL": "https://documents.worldarchery.org/?doc=4625"
        }
    ]
}
×

Try it: Doc-File

DocId
DocName
CompId
Tag
RBP
Page
Request: