OData
Back to TOCCondensed TOC
The Open Data Protocol (OData) is a Web protocol for querying and updating data. There are several ways that OData is useful when building SharePoint applications.
- Getting Started using the OData REST API to Query a SharePoint List
- Using the OData Rest API for CRUD Operations on a SharePoint List
SharePoint 2010 exposes list data via OData. This post helps you get started. (Article)
SharePoint 2010 exposes list data via OData. This post contains four super-small code snippets that show how to Create, Read, Update, and Delete items in a SharePoint list using the OData Rest API. (Article)