GET /ask/games
NO
NO
請參照 /console/ask/games
GET /ask/games/:slug
NO
NO
請參照 /console/ask/games/:slug
取得某個game最新的
ASK_Game_Config
,新舊順序以create_date
為準GET /ask/games/:slug/config
NO
NO
{
id
game // game ID
push_threshold
push_duration
data: {} // JSON object
create_date // 特別需要create_date,告知使用者最新config生效時間
}
GET /ask/games/:slug/marked_questions
NO
NO
{
game_id
questions: [
{
question: {} // questionObject
mark
data: {} // JSON object
}
...
]
players: [
{
persona_id
questions: [
{
question: {} // questionObject
mark
data: {} // JSON object
}
...
]
}
...
]
}