MatchesController.Index Method

Retrieves matches from the PandaScore API and adds them to the database if they don't already exist.
public ActionResult Index( 
string sort = "", 
string filter = "", 
string page = "&page=1", 
string game = "csgo" 
)
This language is not supported or no code example is available.

Parameters

sort
string

filter
string

page
string

game
string

The game to retrieve the matches for.

Return Value

ActionResult

A list of matches.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition