A single Team entitiy.
GET/basketball/v2/teams/:uuid
A Team
entity can be associated with a Venue
, Coach
, Player
, and Event
.
The Team
entity is used to represent a group of players that compete in a League
or Event
.
Request
Path Parameters
uuid stringrequired
Resource identifier
Responses
- 200
- 404
Team resource
Resource not found
Loading...