Progression (JSON)
Progression
Progression オブジェクトの仕様は次のとおりです。
メンバー | 種類 | 説明 |
---|---|---|
requirements | Requirement の配列 | 実績を獲得するための要件および実績のロック解除に対するユーザーの進行状況。 |
timeUnlocked | DateTime | 実績が最初にロック解除された時刻。 |
JSON 構文の例
{
"requirements":
[{
"id":"12345678-1234-1234-1234-123456789012",
"current":null,
"target":"100"
}],
"timeUnlocked":"2013-01-17T03:19:00.3087016Z",
}