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

# TitleRecord (JSON)

> TitleRecord (JSON)

# TitleRecord (JSON)

Information about a title, including its name and a last-modified timestamp.

<a id="ID4EN" />

## TitleRecord

A TitleRecord must contain a DeviceRecord or a LastSeenRecord, but may not contain both.

The TitleRecord object has the following specification.

| Member       | Type                                                            | Description                                                                                                                                                                               |
| ------------ | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id           | 32-bit unsigned integer                                         | TitleId of the record.                                                                                                                                                                    |
| name         | string                                                          | Localized name of the title.                                                                                                                                                              |
| activity     | [ActivityRecord](/reference/live/rest/json/json-activityrecord) | The activity of the user in the title. Only returned if depth is "all".                                                                                                                   |
| lastModified | DateTime                                                        | UTC timestamp when the record was last updated.                                                                                                                                           |
| placement    | string                                                          | The location of the app within the user interface. Possibilities include "fill", "full", "snapped", or "background". The default is "full" for devices without the ability to place apps. |
| state        | string                                                          | The state of the title. Can be "active" or "inactive" (the default). The title sets the state based on its own criteria for activity and inactivity.                                      |

<a id="ID4E6C" />

## Sample JSON syntax

```json theme={null}
{
      id:"12341234",
      name:"Contoso 5",
      state:"active",
      placement:"fill",
      timestamp:"2012-09-17T07:15:23.4930000",
      activity:
      {
        richPresence:"Team Deathmatch on Nirvana"
      }
    }
    
```

<a id="ID4EID" />

## See also

<a id="ID4EKD" />

##### Parent

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

<a id="ID4EUD" />

##### Reference

[POST (/users/xuid({xuid})/devices/current/titles/current)](/reference/live/rest/uri/presence/uri-usersxuiddevicescurrenttitlescurrentpost)


## Related topics

- [XblPresenceDeviceRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencedevicerecord.md)
- [XblPresenceTitleRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord.md)
- [XblSocialManagerPresenceTitleRecord](/ko/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
- [XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
- [XblSocialManagerPresenceRecordIsUserPlayingTitle](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle.md)
