Tuesday, November 21, 2017

REST Query



Author/Title&$expand=Author/Id


https://mydomain.sharepoint.com/mysite/_api/web/lists/GetByTitle('MyList')/items?$filter=Column1 eq 1 AND Column2 eq 2 AND Column3 eq 3

No comments:

How to do the approval requests to be sent concurrently rather than sequentially to ensure all 53 recipients receive their emails independently and without delay.

Problem Statement I am working on automating the process of sending leave resumption notices to staff to confirm their return. Currently, I ...