Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BaseItemVersion resource type

Namespace: microsoft.graph

The baseItemVersion resource represents a previous version of an item or entity.

JSON representation

{
 "id": "string",
 "lastModifiedBy": { "@odata.type": "microsoft.graph.identitySet" },
 "lastModifiedDateTime": "2016-01-01T15:20:01.125Z",
 "publication": { "@odata.type": "microsoft.graph.publicationFacet" }
}

Properties

Property name Type Description
id string The ID of the version. Read-only.
lastModifiedBy IdentitySet Identity of the user which last modified the version. Read-only.
lastModifiedDateTime DateTimeOffset Date and time the version was last modified. Read-only.
publication PublicationFacet Indicates the publication status of this particular version. Read-only.

Feedback

Was this page helpful?

Additional resources