<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieving data from AT&amp;amp;T RingCentral using REST connector in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2490221#M101906</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For your&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x-www-form-urlencoded&amp;nbsp;&lt;/STRONG&gt;can use the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1730398029290.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173659iBA63A2F4411CAFE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1730398029290.png" alt="marksouzacosta_0-1730398029290.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A little more zoom on the body part:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1730398553791.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173660i04BA32F44D7A08E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1730398553791.png" alt="marksouzacosta_1-1730398553791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 18:16:02 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-10-31T18:16:02Z</dc:date>
    <item>
      <title>Retrieving data from AT&amp;T RingCentral using REST connector</title>
      <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2487741#M101552</link>
      <description>&lt;P&gt;I am having some issues getting the REST connector to pull the data I'm looking for on RingCentral. I've set up a REST application in the development console on ringcentral.com, and they provided the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Client ID&lt;/LI&gt;
&lt;LI&gt;Secret&lt;/LI&gt;
&lt;LI&gt;JWT credential&lt;/LI&gt;
&lt;LI&gt;URL to query&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The REST connector in Qlik, however, just has User ID and Password in the credentials area, so I am unsure how to proceed. Is there a way to use Client ID/Secret/JWT in the Qlik REST connector? Perhaps there are query parameters that I can use to pass this information to the API (cannot find this info on their site).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any guidance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 22:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2487741#M101552</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2024-10-17T22:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from AT&amp;T RingCentral using REST connector</title>
      <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2487967#M101604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;For REST APIs, I always recommend using Postman before going to Qlik. This will make your life a lot easier. If your parameters work in Postman, it will work in Qlik.&lt;/P&gt;
&lt;P&gt;In any case, usually in Qlik Rest Connectors Client ID is the User ID and Secret is the Password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 15:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2487967#M101604</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-10-18T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from AT&amp;T RingCentral using REST connector</title>
      <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2489045#M101748</link>
      <description>&lt;P&gt;It seems like the problem might be OAuth. I was reading more about the REST connector in Qlik at it appears that OAuth is not supported. Unfortunately, the RingCentral REST API only accepts 3-legged OAuth or JWT, which is classified as another type of OAuth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are my options at this point?&lt;/P&gt;
&lt;P&gt;Update: I read here that OAuth is not supported:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-connector.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-connector.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and then I read here that OAuth is supported at least for the two examples given (Facebook and Linkedin):&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Connection-examples.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Connection-examples.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, I'm wondering if the JWT flow in RingCentral might work even though it's an OAuth flow? I'll try it as soon as I get some more time to play with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 15:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2489045#M101748</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2024-10-25T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from AT&amp;T RingCentral using REST connector</title>
      <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2490045#M101887</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;I worked with RingCentral tech support and got the API call to work in Postman. Now, I think I need help with getting it to work in the Qlik REST connector. Here are the parameters I need to set up:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Body: (in Postman it's set up for x-www-form-urlencoded)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Key: grant_type&lt;BR /&gt;&lt;SPAN&gt;Value: urn:ietf:params:oauth:grant-type:jwt-bearer&lt;BR /&gt;Key: assertion&lt;BR /&gt;Value: JWT token&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Headers:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Key: Authorization&lt;BR /&gt;Value: Basic + base64_encoded ClientID +":" + Secret&lt;BR /&gt;Key: Accept&lt;BR /&gt;Value:&amp;nbsp;&lt;SPAN&gt;application/json&lt;/SPAN&gt;&lt;BR /&gt;Key: Content-Type&lt;BR /&gt;Value:&amp;nbsp;&lt;SPAN&gt;application/x-www-form-urlencoded&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I don't see a way to add keys to a body in the Qlik REST connector, so I added those keys to the Query Params section.&lt;/P&gt;
&lt;P&gt;I added request information to the Request Body, such as:&lt;BR /&gt;{&lt;BR /&gt;"grouping": {&lt;BR /&gt;"groupBy": "CompanyNumbers",&lt;BR /&gt;"keys": []&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I set authorization to Basic, but left user name and password blank, as those are passed in the Authorization key.&lt;/P&gt;
&lt;P&gt;Everything else in the connector is left at default values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting the following error:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTTP protocol error 401 (Unauthorized): 'Bearer' authentication schema provided by the web-service is not supported or your credentials are not valid.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 22:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2490045#M101887</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2024-10-30T22:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from AT&amp;T RingCentral using REST connector</title>
      <link>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2490221#M101906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For your&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x-www-form-urlencoded&amp;nbsp;&lt;/STRONG&gt;can use the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1730398029290.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173659iBA63A2F4411CAFE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1730398029290.png" alt="marksouzacosta_0-1730398029290.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A little more zoom on the body part:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_1-1730398553791.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173660i04BA32F44D7A08E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_1-1730398553791.png" alt="marksouzacosta_1-1730398553791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 18:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Retrieving-data-from-AT-amp-T-RingCentral-using-REST-connector/m-p/2490221#M101906</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-10-31T18:16:02Z</dc:date>
    </item>
  </channel>
</rss>

