Good Afternoon
I am trying to retrieve Version Details on a document library. I have seen multiple post on how to retrieve it in List but with the current List URI - it returns the details, but the Comments is not unique to the last record, and applies it to all.
I have noted that instead of using Lists in Sending an HTTP Request to SharePoint I should use relative path.
<TENANT>/sites/<SITE>/_api/web/lists/GetByTitle('<LISTNAME>')/items(<ID>)/Versions
I am currently using the following URI, with no luck. Any possibly help