| title | teamworkDeviceActivity resource type |
|---|---|
| description | Represents activity details for a Microsoft Teams-enabled device. |
| author | adsrivastava2 |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-deprecation-disclaimer]
[!INCLUDE beta-disclaimer]
Represents activity details for a Microsoft Teams-enabled device, including the active peripheral devices attached to the device.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| Get | teamworkDeviceActivity | Read the properties and relationships of a teamworkDeviceActivity object. |
| Property | Type | Description |
|---|---|---|
| activePeripherals | teamworkActivePeripherals | The active peripheral devices attached to the device. |
| createdBy | identitySet | Identity of the user who created the device activity document. |
| createdDateTime | DateTimeOffset | The UTC date and time when the device activity document was created. |
| id | String | Document identifier. Inherited from entity. |
| lastModifiedBy | identitySet | Identity of the user who last modified the device activity details. |
| lastModifiedDateTime | DateTimeOffset | The UTC date and time when the device activity detail was last modified. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkDeviceActivity",
"activePeripherals": {
"@odata.type": "microsoft.graph.teamworkActivePeripherals"
},
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)"
}