Note: This is only for manual score boards, Live score boards will not be available in the API
The call must be made with only when it is know that the stream {id} is know to have a score board or it will return a 500 error.
Please use a call before to identify if a stream has a board either through the custom categories or a custom field in the previous API call
GET /scoreboard/manual/event/{id}/index/{scoreboardindex}?Token={token}&Auth={Auth}
Get a specific Scoreboard if it is available.
{id} (Required) Integer
The ID of the event whose information is being retrieved or modified.
{scoreboardindex} (Required) Integer
Index of Scoreboard for the specific event.
Default to 0
{token} String
The token is a dedicated authorization key provided to the client to consume the API.
{Auth} String
The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials.
POST /scoreboard/manual/event/{id}/index/{scoreboardindex}
Save scoreboard JSON data
Event Id (Required) Integer
The ID of the event whose information is being retrieved or modified.
Scoreboard Index (Required) Integer
Index of Scoreboard for the specific event. Default to 0
JSON Data (Required) String
The scoreboard JSON to save
Token String
The token is a dedicated authorization key provided to the client to consume the API.
Auth String
The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials.
POST /scoreboard/manual/event/{id}/index/{scoreboardindex}/remove
Delete a scoreboard from the event
Event Id (Required) Integer
The ID of the event whose information is being retrieved or modified.
Scoreboard Index (Required) Integer
Index of Scoreboard for the specific event. Default to 0
Token String
The token is a dedicated authorization key provided to the client to consume the API.
Auth String
The authentication key ensures the user of the API has been authenticated to use the service. The authentication key can be obtained by making a call to /user with the user’s credentials.