<?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: Rest API - Appointment Plus in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/2361713#M34641</link>
    <description>&lt;P&gt;you need a base64 encoder to encode the user id and pw, on their page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Authorization&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;All requests require a Basic Auth header that contains the Base64-encoded string representing your username (site_id) and password (api_key) values as explained below.&lt;/P&gt;&lt;P&gt;Authorization: Basic &amp;lt; Base64-encode(site_id:api_key) &amp;gt;&lt;/P&gt;&lt;P&gt;Note that some tools like Postman can do this Base64-encoding for you automatically.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Username (site_id):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;appointplus321/436&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Password (api_key):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;a1b2c3d4e5f6g7h8i9j0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Pair would be:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;appointplus321/436:a1b2c3d4e5f6g7h8i9j0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Auth Header would be:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Basic YXBwb2ludHBsdXMzMjEvNDM2OmExYjJjM2Q0ZTVmNmc3aDhpOWow&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 25 Feb 2022 17:13:18 GMT</pubDate>
    <dc:creator>CLTJSDUDE82</dc:creator>
    <dc:date>2022-02-25T17:13:18Z</dc:date>
    <item>
      <title>Rest API - Appointment Plus</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/871367#M21707</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have a lot of experience with API's and pulling in data so here is my current situation after researching on the internet.&lt;/P&gt;&lt;P&gt;System: Appointment Plus&lt;/P&gt;&lt;P&gt;API Documentation:&amp;nbsp;&lt;A href="https://s24400.pcdn.co/wp-content/uploads/2019/04/TechnicalGuide.pdf" target="_blank" rel="noopener"&gt;https://s24400.pcdn.co/wp-content/uploads/2019/04/TechnicalGuide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that to pull in from an API I need to use the Web Connector in Power BI.&lt;/P&gt;&lt;P&gt;The URL I am pulling from:&amp;nbsp;&lt;A href="https://ws.appointment-plus.com/Locations/GetLocations" target="_blank" rel="noopener"&gt;https://ws.appointment-plus.com/Locations/GetLocations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that I need to authenticate somehow. So I tried&amp;nbsp;&lt;A href="https://ws.appointment-plus.com/Locations/GetLocationsAuthorization:%20Basic%20USERNAME/PASSWORD" target="_blank" rel="noopener"&gt;https://ws.appointment-plus.com/Locations/GetLocationsAuthorization:%20Basic%20USERNAME/PASSWORD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With my username and password in there but it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anyone be able to help me out with getting the https part to work?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 00:27:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/871367#M21707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-11T00:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Appointment Plus</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/2361713#M34641</link>
      <description>&lt;P&gt;you need a base64 encoder to encode the user id and pw, on their page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Authorization&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;All requests require a Basic Auth header that contains the Base64-encoded string representing your username (site_id) and password (api_key) values as explained below.&lt;/P&gt;&lt;P&gt;Authorization: Basic &amp;lt; Base64-encode(site_id:api_key) &amp;gt;&lt;/P&gt;&lt;P&gt;Note that some tools like Postman can do this Base64-encoding for you automatically.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Username (site_id):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;appointplus321/436&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Password (api_key):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;a1b2c3d4e5f6g7h8i9j0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Pair would be:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;appointplus321/436:a1b2c3d4e5f6g7h8i9j0&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Auth Header would be:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Basic YXBwb2ludHBsdXMzMjEvNDM2OmExYjJjM2Q0ZTVmNmc3aDhpOWow&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:13:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/2361713#M34641</guid>
      <dc:creator>CLTJSDUDE82</dc:creator>
      <dc:date>2022-02-25T17:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API - Appointment Plus</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/2361714#M34642</link>
      <description>&lt;P&gt;after that I dont know how to connect it using PowerBI, how come support team didnt answer this?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-Appointment-Plus/m-p/2361714#M34642</guid>
      <dc:creator>CLTJSDUDE82</dc:creator>
      <dc:date>2022-02-25T17:14:31Z</dc:date>
    </item>
  </channel>
</rss>

