Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

GetGames

enepomnyaschih edited this page Sep 13, 2010 · 8 revisions

Method: GET

Cookies

ticket [optional] Valid user ticket

Parameters

filter String One of “all”, “created”, “joined”, “inplay”, “finished” and “archive”. Defaults to “all”.

Success response

{
  success: true,
  games: [
    {
      gameId: UID,
      gameName: String,
      sitPlayerCount: Integer,
      maxPlayerCount: Integer,
      turnDuration: Integer,
      isInPlay: Boolean,
      isJoined: Boolean,
      isFinished: Boolean
    }
  ]
}
Clone this wiki locally