Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The user's progression toward unlocking the achievement.
Progression
The Progression object has the following specification.
| Member | Type | Description |
|---|---|---|
| requirements | array of Requirement | The requirements to earn the achievement and how far along the user is toward unlocking it. |
| timeUnlocked | DateTime | The time the achievement was first unlocked. |
Sample JSON syntax
{
"requirements":
[{
"id":"12345678-1234-1234-1234-123456789012",
"current":null,
"target":"100"
}],
"timeUnlocked":"2013-01-17T03:19:00.3087016Z",
}