Skip to main content

A collection of Performance entities for a specific event.

GET 

/basketball/v2/events/:event_uuid/performances

Retrieves the collection of Performance resources.

Request

Path Parameters

    event_uuid anyrequired

    UUID for the event

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.location string
    team.nickName string
    team.uuid string
    team.uuid[] string[]
    player.firstName string
    player.lastName string
    player.fullName string
    player.uniform string
    player.uniform[] string[]
    player.uuid string
    player.uuid[] string[]
    event.uuid string
    event.uuid[] string[]
    event.league.uuid string
    event.league.uuid[] string[]
    position string
    position[] string[]
    event.startDate[before] string
    event.startDate[strictly_before] string
    event.startDate[after] string
    event.startDate[strictly_after] string
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Performance collection

Loading...