#SharePoint Hi, would some one of you be able to answer the following questions?

#SharePoint Hi, would some one of you be able to answer the following questions?

1. Using the Endpoint URI (as mentioned at msdn.microsoft.com/.../dn450841.aspx, I was able to retrieve the metadata of all but the latest version for a given document. For instance, if a document has 4 versions namely 1.0, 2.0, 3.0 and 4.0, the code snippet mentioned below is able to retrieve me 1.0, 2.0 and 3.0. So other than opting for workarounds, is someone aware of a direct way of retrieving all the versions (including the latest or active version) in single shot?

a!shpInvoke(
path: "/_api/Web/getFileByServerRelativeUrl('/sites/appian/Shared%20Documents/Clients/Workspace.text')/versions",
)

2. Using the Endpoint URI (as mentioned at msdn.microsoft.com/.../dn450841.aspx, I wasn't able to retrieve the file vers...

OriginalPostID-216434

OriginalPostID-216434

  Discussion posts and replies are publicly visible