Item does not exist. It may have been deleted by another user

Copper Contributor

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 ?

2 Replies
Modify list view to include ID column to confirm you have list item with ID=4

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


.