So I want an OData query that allows me to get the field and its values by position in the viewable list. 
In the above picture, for example, I want the values in the "Title" column but that column can change to let's say to the "ID" column position wise. I would need my query to be to stay the same.
I know how to target specific columns by specific column name but I'm not quite sure by view position. I've looked and have come empty-handed. Is it even possible? Any advice is appreciated. :)