Forum Discussion
Shibu Mathew
Jan 08, 2018Copper Contributor
Item does not exist. It may have been deleted by another user
If i try to get the item thru REST API api/lists/GetByTitle('zxxxxxx')/items(4) , am getting the error "odata.error": { "code": "-2130575338, System.ArgumentException", "message": { "lang": "...
Gerald de Run
Copper Contributor
Modify list view to include ID column to confirm you have list item with
ID=4
Shibu Mathew
Jan 09, 2018Copper Contributor
Yes I have the ID column displayed in the view. But when I use REST API with access token, I get the error the item has been deleted by another user or does not exist
Gerald de Run wrote:
Modify list view to include ID column to confirm you have list item with ID=4
.