Error: "Cannot find resource for the request gettitle.":
Test REST API=_spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/gettitle('Test SP List')/items
Solution: As the above Test REST API is written wrong ("gettitle") so the issue was coming.
Use the below correct REST API.
correct REST API = _spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/getbytitle('Test SP List')/items
Tags: SharePoint, jQuery
Comments
Post a Comment