How can I get the item history in sharepoint 2010 from Nintex?

  • 31 October 2014
  • 2 replies
  • 4 views

Badge +3

Hi,

 

I have Nintex in Sharepoint 2010, and I need to get the version history of an item list.

 

Could anyone help me??

 

Thanks


2 replies

Badge +4

Hi Jorge,

This below link will give you direction on how to achieve that.

Nintex Connect - Extract item history using web service

Let me know how you go.

Regards,

Shirin

Userlevel 7
Badge +17

It could depend on what you need to do with the data. If you want to Move the version history with the file, you can use the author.dll Move method with a Web Request. If you need some xml, you could use the Web Service method on the list item GetVersionCollection, for a single field, or GetListItemChanges, returns changes made to the list since a given date. If you need it as a URL that someone can click on it would be similar to https://site/_layouts/15/Versions.aspx?list={guid}&ID=1

Reply