pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
288 stars 188 forks source link

Getting owshiddenversion field value via IList.Items.GetById #1486

Open rpohomenko-bpa opened 4 weeks ago

rpohomenko-bpa commented 4 weeks ago

Category

Describe the feature

Rest API does not allow to get a list item by id with owshiddenversion value by default

Describe the solution you'd like

Is it possible to make the request _/api/web/lists('{list}')/items({id})?$select=*,owshiddenversion using PNP Core?