Search
Close this search box.

Understanding REST APIs in Office 365, SharePoint 2013 & Custom Development

The REST APIs are very straightforward and easy to use and allow for a platform-agnostic development approach. Each query that is submitted is done via a unique URL, and the returned results can be cached by proxy servers. The REST APIs are easier to utilize than a SOAP-based web service and provide for higher productivity when JavaScript […]

SharePoint 2013’s APIs, Office 365 API Tools and Development Options

SharePoint 2013’s APIs enable apps, as well as other elements, to connect and integrate with SharePoint’s core features. The APIs, as depicted in the image below, provide apps the capability to view content or integrate with a workflow or even perform searches. For example, if you were developing an app for a business intelligence initiative, SharePoint 2013’s APIs would […]