Question

So I get some items from a list via a rest query, and in the Creator field I get an ID. I want to display the name of the user and not the ID. Calling the GetUserByID isn't an option because it might be 100+ calls and I am using angular to bind the data, so it won't fit pretty well.

I've looked in FieldValuesAsHtml, AsText and ForEdit, none of which gives the name. How can I get the name in the same query?

Was it helpful?

Solution

Ended up finding the answer at http://sympmarc.com/2014/01/21/getting-user-information-with-the-sharepoint-2013-rest-api/

But a much "cleaner" answer can be found in Ramana's comment, without unnecessary explanations.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top