Hi,
as to the title, I'm trying to read the current value in a multi-line text field. and "Append changes to existing text" option is turned on for this field. I am using REST API like this: http://url/_api/web/lists/getbytitle('RESectionFeedback')/Items but it gives me null values for this particular field.
This is how the item with some values look like if I check it in SharePoint site, as you can see there are some records in feedbackContent field.
But this is the result returned from the rest api, as you can see the feedbackContent field shows null,
I have searched around and found that I can use SPServices lib to get full list of versions for such field, but I don't really need the full version history but just need to current value, so it might be an overkill and cause some overheads. So I'd like to know if it's possible to get the current value using rest api and I just did not use it correctly, or it's just not possible.
Thanks,
Michael