Skip to main content

A collection of Tournament entities.

GET 

/american-football/v2/tournaments

Retrieves the collection of Tournament resources.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    uuid string
    uuid[] string[]
    season.uuid string
    season.uuid[] string[]
    season.season string
    season.season[] string[]
    league.uuid string
    league.uuid[] string[]
    league.abbreviation string
    league.abbreviation[] string[]
    type.uuid string
    type.uuid[] string[]
    type.name string
    type.name[] string[]
    name string
    location string
    startDate[before] string
    startDate[strictly_before] string
    startDate[after] string
    startDate[strictly_after] string
    order[startDate] string

    Possible values: [asc, desc]

    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Tournament collection

Loading...