Sharepoint Document Versioning API

0
Hi, I’m trying to read up on the Sharepoint REST API, but maybe I’m not looking in the right place. I have a use case of trying to use Sharepoint as an integrated document management system. I guess that in itself is not the difficult part. But, we’d also like to see, within the Mendix app, previous versions of the document, as well as the changes in the document. Is there any documentation for this as well?
asked
1 answers
1

I think your answer is described here: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/listitemversion_get?view=odsp-graph-online

answered