|
Hi Marc,
I looked at the GetVersions and also Danny from the post mention above provided the following code:
$().SPServices({
operation: "GetVersions",
fileName: "http://spsrv2010/DocLib/file.txt",
completefunc: function (xData, Status) {
// Do other stuff...
}
});
and I found that there is this option - filename.
As I am dealing with SharePoint List's item, I doubt there is filename for SharePoint List. Also, Danny mention that
for a standard list, I will need to use the GetVersionCollection method of the
Lists web service.
Currently, I have no ideas on how to retrieve the version history of a particular item inside a SharePoint List (since I have been searching around for a solution).
I would appreciate if you can show me a simple code example of getting the version history of a item in a SharePoint List. (Lets assume that the name of the SharePoint List is "Equipments" and I wish to retrieve the version history of the item "Cocoa Bean
Vibratory Feeder")
Thank you.
|