Timeline for SharePoint 2013 REST-API: Reliable way to retrieve all field values of a list item?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 12, 2014 at 18:14 | comment | added | Vadim Gremyachev | User and lookup field values are expandable at least. Regarding $select=*, it indeed returns all the field values but it could be useful when you construct the query to return all the field values plus projected field values | |
| Aug 12, 2014 at 17:38 | comment | added | Dave | Ok, I did try the select with a star ($select=*), but it doesn't do anything for me, I get the exact same fields as when I don't specify a $select. I could actually live with specifying every field in the $select (my second approach). But as I have to support (theoretically) every possible configuration, how can I determine the fields to expand? Are only User-Fields expandable? | |
| Aug 11, 2014 at 15:31 | history | edited | Vadim Gremyachev | CC BY-SA 3.0 |
edited body
|
| Aug 11, 2014 at 14:30 | history | answered | Vadim Gremyachev | CC BY-SA 3.0 |