Tournament
This service allows you to retrieve tournament config information
API Summary
Tournaments
- GetTournamentConfigs - Creates a new tournament template.
- PostTournamentScoreOnBehalfOf - Post score to another user.
- SysCreateTournamentTemplate - Creates a new tournament template.
- SysReadTournamentTemplate - Read a specific tournament template by tournament code and version.
- SysEditTournamentTemplate - Changes an existing tournament template.
- SysListTournamentTemplates - Lists all tournament templates.
- SysDeleteTournamentTemplate - Deletes the tournament template identified by the tournament code.
- SysCreateDivisionSetConfig - Creates a new division set configuration
- SysDeleteDivisionSetConfig - Deletes the division set configuration uniquely identified by the division set id, with optional, additional enforcement.
- SysEditDivisionSetConfig - Updates a division set configuration with specified changes.
- SysListDivisionSetConfigs - Lists all division set configurations for the app.
- SysReadDivisionSetConfig - Reads the current version of the division set configuration identified by the division set id.
tip
All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S tournament APIs (if they are not listed at this section below), refer to brainCloud client tournament APIs.
📄️ GetTournamentConfigs
Get tournament configs associated with a leaderboard.
📄️ PostTournamentScoreOnBehalfOf
Post score to another user.