Back to index

/api/v3/games/:game_id/teams

GET /api/v3/games/:game_id/teams/:id/lineup_candidates - Who is allowed to play for a team?

Retrieves all team members that are eligible to play in the given game.
To be eligible, the following has to be satisfied:

Response

A list of team_members

GET /api/v3/games/:game_id/teams/:id/lineup - Is my chosen lineup valid?

Find out whether your chosen lineup is valid.
To be, it has to satisfy the following:

Filtering

The following filters are available:

licenses determines which licenses to use for the lineup. It is a comma-joined string of license ids. Mandatory.

GET /api/v3/games/:game_id/teams/:id/lineup_candidates?filter[licenses]=1,2

Response

A lineup