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

# TitleAssociation (JSON)

> TitleAssociation (JSON)

# TitleAssociation (JSON)

A title that is associated with the achievement.

<a id="ID4EN" />

## TitleAssociation

The TitleAssociation object has the following specification.

| Member  | Type   | Description                                                 |
| ------- | ------ | ----------------------------------------------------------- |
| name    | string | The localized name of the content.                          |
| id      | string | The titleId (32-bit unsigned integer, returned in decimal). |
| version | string | Specific version of the associated title (if appropriate).  |

<a id="ID4E4B" />

## Sample JSON syntax

```json theme={null}
{
  "name":"Microsoft Achievements Sample",
  "id":3051199919,
  "version":"abc"
}
    
```

<a id="ID4EGC" />

## See also

<a id="ID4EIC" />

##### Parent

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


## Related topics

- [XblAchievement](/reference/live/xsapi-c/achievements_c/structs/xblachievement.md)
- [XBOX Live Title Association](/services/playfab/identity/player-identity/platform-specific-authentication/xbox-live-add-on.md)
- [XblAchievementTitleAssociation](/reference/live/xsapi-c/achievements_c/structs/xblachievementtitleassociation.md)
- [XUserDeviceAssociationChange](/reference/system/xuser/structs/xuserdeviceassociationchange.md)
- [Users and input devices](/build/core-features/common/user/users-input-devices.md)
