How to Call a REST API from SharePoint Designer Workflow?

Requirement: Call REST API in SharePoint designer workflow. Using REST API in SharePoint Designer Workflow SharePoint Designer workflow actions are very limited, and we can utilize REST API calls to extend them. Here is how to call a REST API method from SharePoint Designer workflow action: Call HTTP Web Service. In this…

Read more

SharePoint Online: Set List Item Permissions using SharePoint Designer Workflow and REST API

Business Requirement: In “Project Documents” SharePoint Online document library, Project related documents are getting uploaded by the project team. This library has “Permissions” drop-down column (metadata) with values “Restricted” and “Non-Restricted”. If the Permission is restricted, we need to break the permissions of the document, remove all users and groups from it…

Read more

Call REST API Methods in SharePoint Online from PowerShell

Requirement: Call SharePoint Online REST API from PowerShell. PowerShell to Call a REST API method in SharePoint Online For those unfamiliar with the concept, REST stands for Representational State Transfer and is an architecture that can provide interoperability between computer systems over a network such as the Internet. The REST API is…

Read more