> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Progression (JSON)

> Progression (JSON)

# Progression (JSON)

The user's progression toward unlocking the achievement.

<a id="ID4EN" />

## 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.                                                |

<a id="ID4ETB" />

## Sample JSON syntax

```json theme={null}
{
  "requirements":
  [{
    "id":"12345678-1234-1234-1234-123456789012",
    "current":null,
    "target":"100"
  }],
  "timeUnlocked":"2013-01-17T03:19:00.3087016Z",
}
    
```

<a id="ID4E3B" />

## See also

<a id="ID4E5B" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [Progression with PlayFab](/services/playfab/player-progression/player-progression-overview.md)
- [Game Saves conflicts](/services/playfab/player-progression/game-saves/conflicts.md)
- [Game Saves 冲突](/zh-CN/services/playfab/player-progression/game-saves/conflicts.md)
- [Game Saves 충돌](/ko/services/playfab/player-progression/game-saves/conflicts.md)
- [Conflictos de Game Saves](/es/services/playfab/player-progression/game-saves/conflicts.md)
