Level: Introductory to Intermediate
Learn how to develop using SharePoint 2013 REST services.
SharePoint 2013 introduces a REST service to access and update SharePoint data. While previous versions exposed various web services, the new REST service makes it easier to integrate with JavaScript since it can provide JSON formatted data back to the consumer.
You will learn:
- Determining the correct REST URLs
- Using query strings to pass parameters
- Using ODATA
- Paging and Sorting