Skip to main content

A collection of SeasonalPerformance entities that represent the predictions for a players entire season.

GET 

/hockey/v2/seasonal_performances

Retrieves the collection of SeasonalPerformance resources.

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[]
    uuid string
    uuid[] string[]
    team.uuid string
    team.uuid[] string[]
    event.uuid string
    event.uuid[] string[]
    player.uuid string
    player.uuid[] string[]
    eventType string
    eventType[] string[]
    position string
    position[] string[]
    season.uuid string
    season.uuid[] string[]
    league.uuid string
    league.uuid[] string[]
    order[event.startDate] string

    Possible values: [asc, desc]

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

Responses

SeasonalPerformance collection

Loading...