Know REST For the Query – SharePoint Saturday Phoenix 2014
Thank you for all who attended my session, below is the video. Big thanks to Becky Bohanon for enhancing the audio! The slide deck is available here: Slide Deck The JavaScript file that was used to do all of the REST calls is available here: demo.js
Complete Guide to Making and Parsing REST calls using SharePoint Designer 2013
Recently I needed a sequential workflow that makes a REST call to another website (non-SharePoint), retrieves some JSON data, parses it, and makes decisions based on that data. Oh, and I’m not allowed to use Visual Studio in this case, it has to be SharePoint Designer (ugh).