Showing posts with label
REST API
.
Show all posts
Showing posts with label
REST API
.
Show all posts
Friday, July 1, 2022
SharePoint REST API with fetch().then() and Ajax()
›
Using ajax $.ajax({ url: "https://mysite.sharepoint.com/_api/web/lists/getbytitle('list')/items(" + id + ")...
Wednesday, May 8, 2019
Send E-mail from javascript using REST API - SharePoint
›
In SharePoint 2013 we can send emails using REST API where we can utilize SP.Utilities.Utility.SendEmail for doing the job. Note: T...
Thursday, March 14, 2019
Rest API to check field value contains...
›
[ site url ]/_api/Web/Lists/GetByTitle('myList')/items/ ? $filter = substringof ( 'ABC' , Title )
Tuesday, July 10, 2018
REST API Compare Date Field
›
add following "toISOString()" that will allow you to check Date is >,<,>=,<=,!= var today = new Date(); ...$filter...
›
Home
View web version