Public Web Service functions for Visual DataFlex football pool
This Visual DataFlex Web Service exposes functions for the current football pool
The following operations are available. For a formal definition, please review the
Service Description.
-
AllPlayerNames
Returns an array with the id, name, country and flag reference of all players
-
AllDefenders
Returns an array with the names of all defenders. If you pass a country name the result will be filtered on that country, so you only get the defenders listed for the specified country
-
AllGoalKeepers
Returns an array with the names of all goalkeepers. If you pass a country name the result will be filtered on that country, so you only get the goalkeepers listed for the specified country
-
AllForwards
Returns an array with the names of all forwards. If you pass a country name the result will be filtered on that country, so you only get the forwards listed for the specified country
-
AllMidFields
Returns an array with the names of all midfields. If you pass a country name the result will be filtered on that country, so you only get the midfields listed for the specified country
-
TopGoalScorers
Returns an array with the top N goal scorers and their current score. Pass 0 as TopN and you get them all.
-
TopSelectedGoalScorers
Returns an array with the top N selected goal scorers and how often they are selected. Pass 0 as TopN and you get them all.
-
AllPlayersWithYellowOrRedCards
Returns an array with players that have a red or a yellow card. Note: You can only sort on Name, Yellow or Red cards, not on a combination.
-
AllPlayersWithYellowCards
Returns an array with players that have a yellow card. Note: You can only sort on Name or Yellow cards, not on a combination.
-
AllPlayersWithRedCards
Returns an array with players that have a red card. Note: You can only sort on Name or Red cards, not on a combination.
-
AllCards
Returns an array with all given cards during the tournament
-
Cities
Returns an array with all the city names where games are played
-
StadiumNames
Returns an array of stadium names where the games are played
-
StadiumURL
Returns a URL that can be used to show a small map of the stadium
-
StadiumInfo
Returns the information we keep about a particular stadium, Pass the name of the stadium
-
AllStadiumInfo
Returns an array with all stadiums. The array contains the names, the city where the stadium can be found and the seat capacity
-
FullTeamInfo
Returns all team info from a passed team; name, flag, playernames (by role), trainer
-
Teams
Returns an array of all teams that compete with a link to the picture of their flag
-
GroupCount
Returns the number of groups in the tournament
-
Groups
Returns an array of group id's and descriptions. Group is a poule collection of a knock out level
-
GroupCompetitors
List all the members of a group/poule
-
AllGroupCompetitors
List all the members of all groups/poules
-
GoalsScored
Returns an array of scored goals. If the game id is passed only for that game. You can get the game ID's via the method AllGames
-
GameInfo
Returns the information about a particular game
-
AllGames
Returns an array of games information
-
CountryNames
Returns an array of country names. The country is a property of a participant. You need the country ID to call PersonsPerCountry.
-
GamesPlayed
Number of games played so far
-
GamesPerCity
Returns an array of Games that are played in the passed city name
-
YellowCardsTotal
Returns the total number of yellow cards given during this tournament (so far)
-
RedCardsTotal
Returns the total number of red cards given during this tournament (so far)
-
YellowAndRedCardsTotal
Returns a combination of the total number of yellow and red cards given during this tournament (so far)
-
GameResultCodes
Returns an array with the status codes for the games
-
Coaches
Returns an array with the names of all the coaches and the team information he/she is coaching
-
PlayedAtWorldCup
Returns a number on how many times the given team competed at a worldcup football
-
TeamsCompeteList
Returns an array with the team of this competition with the number of times competed and the number of times won
-
NextGame
Returns information of the next game
-
DateOfFirstGame
Returns the date of the first game
-
DateOfLastGame
Returns the date of the last game (usually the finals...)
-
DateLastGroupGame
Returns the date of the last group game will be played. After this date the quarter finals are played.
-
TournamentInfo
Returns information (dates and number of games) about the tournament
-
NumberOfGames
Returns the number of games in the tournament