The mail sending process is a POST method and so it uses a metadata content which is to be passed with different parameters as shown below. The… Read more “Sending Mails Using REST”
Month: March 2016
REST Api for different operations in a SP site
There are several REST api defined which helps in getting quick responses from the servers.Here, I have listed them few on which I have worked upon. 1.To… Read more “REST Api for different operations in a SP site”
Updating Global and Current Navigation of a SP site Using REST Api
The following is the code to add the Links into the SP site using Javascript.It invokes the POST method and so a metadata has to be passed… Read more “Updating Global and Current Navigation of a SP site Using REST Api”