API

CompetitionFormatTypes

List of competition formats types

Specific Parameters

  • FormatType INTEGER Competition Format 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/COMPETITIONFORMATTYPES/?FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

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

Response

{
    "pageInfo": {
        "totalResults": 2,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": "1",
            "Name": "Round",
            "Description": "Rounds are pahses of the competition where..."
        },
        {
            "Id": "2",
            "Name": "Match",
            "Description": "In the Matches, each opponent..."
        }
    ]
}
×

Try it: CompetitionFormatTypes

FormatType
fText
RBP
Page
Request: