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": "en-US",
"value": "Item does not exist. It may have been deleted by another user."
}
}
How do I resolve the above issue ?
- Gerald de RunCopper ContributorModify list view to include ID column to confirm you have list item with ID=4
- Shibu MathewCopper 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
.