/tournaments/:tournamentId
GET/dreamfinalsettings/tournaments/:tournamentId
/tournaments/:tournamentId
Request
Path Parameters
tournamentId stringrequired
Header Parameters
x-futbolprode-company string
Optional tenant override - for resellers only.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
awardedPoints numberrequired
awardedPositions numberrequired
company objectrequired
[Circular reference to Company]
id numberrequired
isEnabled booleanrequired
limitRound objectrequired
[Circular reference to Round]
tournament objectrequired
[Circular reference to Tournament]
{
"awardedPoints": 0,
"awardedPositions": 0,
"company": {},
"id": 0,
"isEnabled": true,
"limitRound": {},
"tournament": {}
}
Loading...