[New] Added new property: IsFlashback to the WebCompetitionModel opbject. This will be true if the competition is a 'flashback' type of competition.
[New] Added new property: GamesInfo (which is list of new type WebGameScheduleGameInfoModel) to the WebLobbyGameModel opbject. This will give details of the games that are being played in the competition.
2019-09-08
[New] Added new property: CanPlayersBePicked to the WebPickPlayersResponseModel opbject. This will be false if not all the teams that are participating in the competition have a published lineup. If this is false, then no players will be returned in the Players list.
2018-07-11
[New] Added new method: QuickPick to return a QuickPick entry for a contestant for a specific competition.
2018-06-22
[New] Added new method: GetResult to return the results for a contestant for a specific competition.
2018-04-14
[New] Added new property: PricePerEntry to the WebCompetitionModel object.
[New] Added new error codes: 306 = Product not found | 307 = Product subscription not implemented | 308 = Contestant not linked to product.
[Changed] Marked the SubscriptionStatus property on the WebBaseModel object as obsolete.
[New] Added the SubscriptionStatus property to the WebEntryModel object.
2017-11-04
[New] Added new method GetSystemCompetitionLog. Returns the log/leaderboard for the specified game from the system perspective (i.e. not from a contestant's perspective).
2017-10-26
[New] Added new property Maximums to the WebPositionCountModel object. Lists the positions and the maximum player count at each position.
2017-10-18
[Fixed] The API will now return an error when the competition ID is not found when calling the GetGamePlayers method.
2017-10-13
[New] Added the returnDetails parameter to the RemovePlayerFromEntry method. If true, the properties of the return object will be populated and returned. If false, only error properties (if error occured) will be populate and returned. [Default: true]
[New] Added the MovedBySystem property to the WebEntryModel object. If true, the properties of the return object will be populated and returned. If false, only error properties (if error occured) will be populate and returned. [Default: true]
2017-10-12
[New] Added the WinAmount property to the WebEntryModel object.
[New] Added the CompetitionStatusValue property to the WebEntryModel object.
2017-10-09
[New] Added the TeamId property to the WebPlayerModel and WebEntryPlayerModel objects.
2017-10-05
[Changed] Changed the WebResultsResponseModel object (that is returned by the GetResults method) to return a list of entries and not a list of games. I.e. property Games has been replaced by property Entries.
[New] Added new property CompetitionIdentifier to the WebEntryModel object.
[Deleted] Removed optional parameter includePlayerGameScores from the GetResults method.
2017-10-04
[New] Added new method GetLobbyGameLogPaged. Allows the retrieval of the entire leaderboard in a paged format.
[New] Added the following properties: TotalCount, PageCount, CurrentPageNo and ContestantFound to the WebLobbyGameLogResponseModel return object to allow for the paging of the leaderboard.
[Fixed] Leaderboard rank calulation now takes into account ties.
2017-10-02
[New] Added new competition status of Validating. Is the status between In-Progress and Finished.
2017-09-22
[New] Added SubscriptionStatus property to the base return class. Used internally and should always have a value of 'Not Subscribed'.
2017-09-18
[New] Added doNotReturnPlayersForNextPosition parameter to AddPlayerToEntry method. If this is set to true, then the list of players for the next poition will not be returned. The default is false.
[Fixed] Incorrect playerId was being returned by the AddPlayerToEntry method.
[New] Added AddEntry method for returning an existing open entry for a specific contestant and competition. If no open entry exists then a new one is added.
2017-09-14
[New] Added TeamLogo property to WebEntryPlayerModel and WebGameScheduleTeamModel objects.
[New] Added new method: GetGamePlayers. Will return all players on all the teams within the competition.