Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.48 KB

File metadata and controls

75 lines (57 loc) · 2.48 KB
title changeTrackedEntity resource type
description Represents an entity to track changes made to any supported Shifts resource.
ms.localizationpriority medium
ms.date 11/21/2024
author victorcheng
ms.subservice teams
doc_type resourcePageType

changeTrackedEntity resource type

Namespace: microsoft.graph

Represents an entity to track changes made to any supported schedule and associated resource.

Base type of openShift, shift, and timeOff.

Inherits from entity.

Methods

Method Return type Description
Stage for deletion None Stage the deletion of an openShift, shift, or timeOff instance in a schedule in draft mode.

Properties

Property Type Description
createdBy identitySet Identity of the creator of the entity.
createdDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
id String Read-only.
lastModifiedBy identitySet Identity of the person who last modified the entity.
lastModifiedDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.changeTrackedEntity",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)"
}