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

# DeviceRecord (JSON)

> DeviceRecord (JSON)

# DeviceRecord (JSON)

Information about a device, including its type and the titles active on it.

<a id="ID4EN" />

## DeviceRecord

The DeviceRecord object has the following specification.

| Member | Type                                                               | Description                                                                                                                                                                                                                                             |
| ------ | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| type   | string                                                             | The device type of the device. Possibilities include "D", "Xbox360", "MoLIVE" (Windows), "WindowsPhone", "WindowsPhone7", and "PC" (G4WL). If the type is unknown (for example iOS, Android, or a title embedded in a web browser), "Web" is returned . |
| titles | array of [TitleRecord](/reference/live/rest/json/json-titlerecord) | The list of titles active on this device.                                                                                                                                                                                                               |

<a id="ID4EWB" />

## Sample JSON syntax

```json theme={null}
[{
    type:"D",
    titles:
    [{
      id:"12341234",
      name:"Contoso 5",
      state:"active",
      placement:"fill",
      timestamp:"2012-09-17T07:15:23.4930000",
      activity:
      {
        richPresence:"Team Deathmatch on Nirvana"
      }
    },
    {
      id:"12341235",
      name:"Contoso Waypoint",
      timestamp:"2012-09-17T07:15:23.4930000",
      placement:"snapped",
      state:"active",
      activity:
      {
        richPresence:"Using radar"
      }
    }]
  }]
    
```

<a id="ID4E6B" />

## See also

<a id="ID4EBC" />

##### Parent

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

<a id="ID4ENC" />

##### Reference


## Related topics

- [XblPresenceRecordGetDeviceRecords](/reference/live/xsapi-c/presence_c/functions/xblpresencerecordgetdevicerecords.md)
- [XblPresenceDeviceRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencedevicerecord.md)
- [XblPresenceTitleRecord](/ja-jp/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord.md)
- [XblSocialManagerPresenceTitleRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
- [Getting a user's Presence](/services/xbox-services/community/presence/how-to/live-getting-a-users-presence.md)
