Forum Discussion

Shibu Mathew's avatar
Shibu Mathew
Copper Contributor
Jan 08, 2018

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 Run's avatar
    Gerald de Run
    Copper Contributor
    Modify list view to include ID column to confirm you have list item with ID=4
    • Shibu Mathew's avatar
      Shibu Mathew
      Copper 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


      .

Resources