TournamentImporterController_standings
GET/tournaments/:id/standings/teams/:teamId
TournamentImporterController_standings
Request
Path Parameters
id stringrequired
teamId stringrequired
Header Parameters
x-futbolprode-path string
x-futbolprode-host string
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
position numberrequired
points numberrequired
{
"position": 0,
"points": 0
}
Loading...