Skip to main content

A collection of Conference entities.

GET 

/hockey/v2/conferences

A Conference entity can be associated with a League and is used to create a hierarchy of resources. Depending on the sport and/or league, the Conference and Division may be excluded or reversed (League > Conference > Division vs League > Division > Conference).

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    properties[] string[]
    league.abbreviation string
    league.abbreviation[] string[]
    league.uuid string
    league.uuid[] string[]
    division.uuid string
    division.uuid[] string[]
    division.abbreviation string
    division.abbreviation[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Conference collection

Loading...