I had a SharePoint document library with a File with 8 versions (1.0, 2.0, etc)
This only works in getting the most current version. I cannot get older versions using this.
I tried specifying a particular version using
OData__UIVersionString eq '5.0'
and it returned nothing/empty
Next I tried:
OData__UIVersionString lt '5.0'
and it returned the latest version (for me version 8.0) only