/:id/standings/teams/:teamId
GET/tournaments/:id/standings/teams/:teamId
/:id/standings/teams/:teamId
Request
Path Parameters
id stringrequired
teamId stringrequired
Header Parameters
x-futbolprode-company string
Optional tenant override - for resellers only.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
points numberrequired
position numberrequired
{
"points": 0,
"position": 0
}
Loading...