Player Game Create

View as Markdown

Request

This endpoint expects an object.
winnerobjectRequired
primary_queststringOptionalformat: "uuid"
subtopicsstringOptional

Free-text field for quest subtopics

playerslist of integersOptional
creatorobjectOptional
deleted_atdatetime or nullOptional
is_activebooleanOptional
created_bystring or nullOptional<=255 characters
updated_bystring or nullOptional<=255 characters
deleted_bystring or nullOptional<=255 characters
cfg_number_of_problemsintegerOptional-2147483648-2147483647
cfg_time_limit_secondsintegerOptional-2147483648-2147483647
cfg_elo_levelintegerOptional-2147483648-2147483647
is_startedbooleanOptional
is_loadedbooleanOptional
completed_atdatetime or nullOptional

Response

idintegerRead-only
player_game_playerslist of objectsRead-only
progressstringRead-only
correct_problemsintegerRead-only
answered_problemsintegerRead-only
total_pointsintegerRead-only
statusstringRead-only
namestringRead-only
problems_loading_progressdoubleRead-only

Returns the percentage of problems loaded during game initialization. Only returns 100% when is_loaded=True, otherwise caps at 99%.

Returns: float: Percentage of problems loaded (0.0 to 100.0)

players_progress_summarystringRead-only
problem_tileslist of anyRead-only
winnerobject
is_creatorbooleanRead-only
uidstringRead-onlyformat: "uuid"
created_atdatetimeRead-only
updated_atdatetimeRead-only
elo_deltaintegerRead-only
quest_elo_deltasanyRead-only
is_completedbooleanRead-only
primary_queststringformat: "uuid"
subtopicsstring

Free-text field for quest subtopics

creatorobject
deleted_atdatetime or null
is_activeboolean
created_bystring or null<=255 characters
updated_bystring or null<=255 characters
deleted_bystring or null<=255 characters
cfg_number_of_problemsinteger-2147483648-2147483647
cfg_time_limit_secondsinteger-2147483648-2147483647
cfg_elo_levelinteger-2147483648-2147483647
is_startedboolean
is_loadedboolean
completed_atdatetime or null