I’m using RestAPI to delete item from list. But I dont want to permanently delete it. I want to send it to Recycle Bin. Is there possible with using RestAPI?Read more
I have a very peculiar problem. I am updating a list with a multi-value taxonomy field via REST on a SharePoint hosted app. Other list fields are being updated apart from this one multi-value taxonomy field. No error is being thrown. Here is my code var body = { “Title”: “Title of list item”, “i2eb836f74154a63a65bdddfefd7e5e5”:Read more