Hi,
Was getting the above error while creating a listitem for a Tasks List using Rest interface in a SharePoint app.
Here we need to pass SP.Data.<ListName>ListItem i.e. ListEntityTypeFullName of the List.
We can get it using the following
https://<site>/_api/web/lists/getbytitle(‘<List Name>’)?$select=ListItemEntityTypeFullName
More details
http://msdn.microsoft.com/en-us/library/jj164022%28office.15%29.aspx#ListItems
Hope it helps.
Yes it works for me
LikeLike
Great help, thanks!
LikeLiked by 1 person
Thank you for sharing this!
LikeLike
Thank you! I was getting the same error. I did not realize SharePoint automatically capitalizes the first letter of your list’s internal name. Example: I named my list wfdev and SharePoint actually named it Wfdev, which was causing the error.
LikeLike
Thanks
LikeLiked by 1 person