API

EventTypes

Possible Event Types

Specific Parameters

  • EventTypeId INTEGER Event Type Id
  • fText STRING Textual search on main values

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/EVENTTYPES/?EventTypeId=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

http://api.worldarchery.org/?v=3&content=EVENTTYPES&EventTypeId=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

Response

{
    "pageInfo": {
        "totalResults": 3,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": "1",
            "EventType": "Competition"
        },
        {
            "Id": "2",
            "EventType": "Congress"
        },
        {
            "Id": "3",
            "EventType": "Workshop"
        }
    ]
}
×

Try it: EventTypes

EventTypeId
fText
RBP
Page
Request: