Skip to main content
GET
/
cabinet
/
contests
/
{round_id}
Get Contest Game
curl --request GET \
  --url http://localhost:8080/cabinet/contests/{round_id}
{
  "round_id": 123,
  "game_type": "<string>",
  "game_data": {},
  "instructions": "<string>"
}

Path Parameters

round_id
integer
required

Response

Successful Response

Data for playing a contest game.

round_id
integer
required
game_type
string
required
game_data
Game Data · object
required
instructions
string
required