API

PhaseTypes

List of phase types

Specific Parameters

  • PhaseType INTEGER Phase Type ID
  • 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/PHASETYPES/?PhaseType=INTEGER&FormatType=INTEGER&fText=STRING [&RBP=INTEGER&Page=INTEGER]

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

Response

{
    "pageInfo": {
        "totalResults": 4,
        "resultsPerPage": 10,
        "page": 0
    },
    "items": [
        {
            "Id": "1",
            "Name": "Qualification",
            "Description": "Cumulative scoring round that seeds athletes for future phases.",
            "FormatType": "Round"
        },
        {
            "Id": "2",
            "Name": "Matchplay",
            "Description": "Head-to-head elimination bracket. Match winners advance and losers are eliminated.",
            "FormatType": "Match"
        },
        {
            "Id": "3",
            "Name": "Elimination",
            "Description": "Cumulative scoring round that eliminates athletes.",
            "FormatType": "Round"
        },
        {
            "Id": "4",
            "Name": "Shoot-up",
            "Description": "Head-to-head elimination ladder. Match winners advance and losers are eliminated.",
            "FormatType": "Match"
        }
    ]
}
×

Try it: PhaseTypes

PhaseType
FormatType
fText
RBP
Page
Request: