- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Sample to use RESTful gateway by using http client tools
Around one month ago, I was trying to couch a customer how to consume data of SBO by using RESTful gateway, and I chose the most convenient approach with help of some HTTP client tools, such as Google Chrome extension: "REST Web Service", which you can install in extension of your chrome browser.
Below are steps which would used to show others to understand to usage of RESTful API, for the information of myself and anyone of viewer.
Here I paste the guides which I ever received from Jeff and thanks for his help:
--------------------------------------------------------------------------------------------------------
For stuff like this, I typically use Fiddler, below you can see an example of a composed Auth request with fiddler. Notice, how the grant_type is in the body of the request.
I was able to also do this successfully in the Chrome extension as well. See below:
Cheers
Austen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Thanks Austin
Not sure it was clear to some that the EWS RESTful Gateway is in fact the Smart Connector framework just configured to be an EWS RESTful gateway. See this useful video

