API

ContinentalAssociation

Details of a single Continental Association

Specific Parameters

  • Continent INTEGER M Continental Association Id
  • EmbedFiles BOOLEAN Embed Base64 encoded file content

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/CONTINENTALASSOCIATION/?Continent=INTEGER&EmbedFiles=BOOLEAN [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=CONTINENTALASSOCIATION&Continent=INTEGER&EmbedFiles=BOOLEAN [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 1,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "CaId": 2,
            "CaCode": "WAAm",
            "CaName": "World Archery Americas",
            "Founded": 0,
            "Affiliated": 0,
            "Continent": "Americas",
            "Address": {
                "Contact": "",
                "Address": "Cra. 66B No. 31A15, Belen",
                "Zip": "",
                "Place": "Medell\u00edn",
                "State": "",
                "CountryCode": "COL",
                "ContryName": "Colombia",
                "Notes": ""
            },
            "Functions": [
                {
                    "Id": 3276,
                    "Function": "President",
                    "Title": "Mrs",
                    "FName": "Gaviria",
                    "GName": "Maria Emma",
                    "WNameOrd": false
                },
                {
                    "Id": 320,
                    "Function": "Secretary General",
                    "Title": "Mr",
                    "FName": "Font Milian",
                    "GName": "Sergio",
                    "WNameOrd": false
                }
            ],
            "Links": {
                "E-Mail": "worldarcheryamericas@gmail.com",
                "Phone": "+57 (315) 4869616 x Pres",
                "Web": "http://www.waamericas.org/"
            },
            "Logo": []
        }
    ]
}
×

Try it: ContinentalAssociation

Continent
EmbedFiles
RBP
Page
Request: