Is it possible to get Version History Of SharePoint 2013 List Items using REST ?
Hi,
It does not seem possible to get versions for a List Item
via REST/CSOM APIs, but there are alternative options. You can use Versions.aspx
application page (http://<server>/<site>/_layouts/versions.aspx?list={litsID}&ID=<itemID>) OR Using Lists SharePoint Web Services.