I'm trying to fetch data from a list by using REST. The list has fields like "LastName", "FirstName", etc... When I receive the data i cannot address the LastName or FirstName-fields. The data is present in wat I get back from the server, but the fieldnames
have been changed into x0b6 and OData__x006b_r02 respectively. Why ? And how can I address my fields using their names ?
PiekenPuil