A collection of FantasyPerformance entities.
GET/basketball/v2/fantasy_performances
A FantasyPerformance
entity can be associated with a Player
and an Event
. The FantasyPerformance
entity is used to represent the predicted fantasy points for a player in a specific Event
.
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.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
- 200
FantasyPerformance collection
Loading...