A collection of Injury entities.
GET/basketball/v2/injuries
An Injury
entity can be associated with a Player
and indicaetd that the player is injured and may not be available for the next game.
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[]
player.uuid string
player.uuid[] string[]
updatedAt[before] string
updatedAt[strictly_before] string
updatedAt[after] string
updatedAt[strictly_after] string
Responses
- 200
Injury collection
Response Attributes and Relations
-
status
(string) -
detail
(string) -
positions
(object,Position
) -
isDayToDay
(bool) -
player
(Player
) -
team
(Team
) -
dateStart
(DateTimeInterface
) -
reportedAt
(string, date with time) -
secondary
(string) -
uuid
(uuid) -
league
(League
) -
note
(string) -
isOut
(bool) -
playerName
(string) -
playerUuid
(string) -
playerPosition
(string)
Loading...