When using Client-Side Object Model for SharePoint 2013, how can I access previous versions of List Item?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
ctx.get_web().get_lists().getByTitle('Test').getItemById(1).get_files().get_versions(), but not on pure SP.ListItem. Although it should be possible through SPServices. – eirikb Nov 15 '12 at 20:40