baseItemVersion resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a previous version of an item or entity.

Properties

Property Type Description
id string The ID of the version. Read-only.
lastModifiedBy identitySet Identity of the user that last modified the version. Read-only.
lastModifiedDateTime dateTimeOffset Date and time when the version was last modified. Read-only.
publication publicationFacet Indicates the publication status of this particular version. Read-only.

JSON representation

The following JSON representation shows the resource type.

{
  "content": { "@odata.type": "Edm.Stream" },
  "id": "String (identifier)",
  "lastModifiedBy": { "@odata.type": "microsoft.graph.identitySet" },
  "lastModifiedDateTime": "String (timestamp)",
  "publication": { "@odata.type": "microsoft.graph.publicationFacet" }
}