Search
Close this search box.

The REST APIs and OData in SharePoint 2013

REST APIs in SharePoint 2013 are now compatible with OData, the industry standard for creating and consuming data APIs. The official reference for OData, as well as to track updates regarding this industry standard, can be found at the following link: http://www.odata.org OData’s official description, in essence, states that OData builds on core protocols like HTTP […]

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 […]