I am trying to build an SPFx webpart for a list containing a V3Comments field, with append only comments set. As far as I understand REST and SP-PNP-JS doesn't support it.
I read that the SharePoint list web service supports GetVersionCollection
. I thought I saw a sample showing how to use SharePoint list web service from SPFx. I used JSOM to retrieve Taxonomy Keywords and update a list item with keywords. I can find methods to get the version of an item as string, but not how to actually retrieve different versions of the item. I just need different versions of the V3Comments field.
How can I retrieve the versions in an SPFx webpart of the V3Comments field. Can JSOM do it, or how do I use the SharePoint list web service from SPFx?