<?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>article How to use Postman to make API calls and use/verify JSON output in Qlik Sense Enterprise on Windows in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/ta-p/1713581</link>
    <description>&lt;P&gt;The following article describes how to use Postman to make GET and PUT requests and verify the JSON output.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;In this example, Postman resides outside the Qlik Sense servers, so the certificates need to be exported to make the API calls. Export the Certificates selecting "Platform independent PEM-format", the following article can be used as a reference, just make sure to select "Platform independent PEM-format" instead. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Export-client-certificate-and-root-certificate-to-make-API-calls"&gt;Export client certificate and root certificate to make API calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;For best practices, the user utilized for this sample is not the Service Account.&lt;/LI&gt;
&lt;LI&gt;It is necessary to create a new Tag in the QMC so we can later use it to add it to an existing object.&lt;/LI&gt;
&lt;LI&gt;Download Postman&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;This exercise was implemented using Qlik Sense April 2020 (13.72.3)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Steps&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Copy the Certificates to the server/computer where Postman is used.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open Postman and go to menu "Settings" , In the General tab set "SSL certificate verification" to Off, In the Certificates Tab select "add Certificate" and set the path to the exported certs. The CRT file path will correspond to the path where the client.pem certificate resides, the Key file to the cleint_key.pem&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSL certificate verification toggle visualisation.png" style="width: 726px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58640iD4400612BAB8C39E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSL certificate verification toggle visualisation.png" alt="SSL certificate verification toggle visualisation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="certificates setting visualisation.png" style="width: 728px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58641i88E81F1F7200CA48/image-size/large?v=v2&amp;amp;px=999" role="button" title="certificates setting visualisation.png" alt="certificates setting visualisation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now Postman is ready to be used, this article describes how to make a GET and PUT request to add a tag to a sheet.&lt;BR /&gt;&lt;BR /&gt;It is suggested to visit our&amp;nbsp;Help site to verify the documentation about the API, in this case we will use&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;get /app/object/{id}&lt;BR /&gt;put /app/object/{id}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The URL would be&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://qlikserver1.domain.local:4242/qrs/app/object/aa73b22a-c933-4c26-aa2b-1e0947d708ab?xrfkey=12345678qwertyui" target="_blank" rel="noopener"&gt;https://qlikserver1.domain.local:4242/qrs/app/object/aa73b22a-c933-4c26-aa2b-1e0947d708ab?xrfkey=12345678qwertyui&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Server] + [API end point] + [xrfkey]&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The necessary headers would be :&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Qlik-xrfkey = 12345678qwertyui&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;(this value needs to be the same provided in the URL xrfkey), for questions about xrfkey headers please refer to the following information: &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Use-Xrfkey-Headers.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense-developer/April2020/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Use-Xrfkey-Headers.htm"&gt;Using Xrfkey headers&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Qlik-User = UserDirectory=DOMAIN;UserId=Administrator&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;SPAN&gt;(this value would be the user to make the API calls)&lt;BR /&gt;&lt;BR /&gt;Note that Postman will include xrfkey in the parameters section once the URL is pasted in the GET response.&lt;BR /&gt;&lt;BR /&gt;Please refer to the following pictures to verify the configurations are correct.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GET&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Postman Headers&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Postman headers in the GET request.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58642iC5A71E48D457DD8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman headers in the GET request.png" alt="Postman headers in the GET request.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once is configured you can click the "Send" button, the Response will look like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sending the GET request.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58643i0E7C4C860FEDF032/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sending the GET request.png" alt="Sending the GET request.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;PUT&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to send the PUT method it is necessary to copy the JSON Response from the previous GET call and modify the necessary information, this need to be done carefully otherwise the request will return an error. The details can be found In our Qlik Site under "Updating an entry" section included&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Getting-Started.htm#anchor-5" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Sample (It will be necessary to include a comma if there are already tags associated to the object)&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      {
            "id": "376e0283-3e5b-4968-bc55-2a19c4ba3b17",
            "name": "Tag3",
            "privileges": null
        }&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the following pictures to verify that the configurations are correct&lt;BR /&gt;&lt;BR /&gt;PUT Header&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT header.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58644iD82EEC48E98DA4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT header.png" alt="PUT header.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PUT Body&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT Body.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58645i71312FB5C0572BE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT Body.png" alt="PUT Body.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Once the information is correct, select the "Send" button, and you should get a&amp;nbsp;&lt;FONT face="courier new,courier"&gt;200 OK&lt;/FONT&gt; Status.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT Body and Sent.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58646i42C6F9875E5D0595/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT Body and Sent.png" alt="PUT Body and Sent.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can verify the chances in the Qlik Sense Management Console, now the tag shows 1 Occurrence and the sheet shows the new tag.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Verify the changes in the QMC.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58647iF369CB4C4E6F91DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Verify the changes in the QMC.png" alt="Verify the changes in the QMC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 06:03:27 GMT</pubDate>
    <dc:creator>NadiaB</dc:creator>
    <dc:date>2025-06-25T06:03:27Z</dc:date>
    <item>
      <title>How to use Postman to make API calls and use/verify JSON output in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/ta-p/1713581</link>
      <description>&lt;P&gt;The following article describes how to use Postman to make GET and PUT requests and verify the JSON output.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;In this example, Postman resides outside the Qlik Sense servers, so the certificates need to be exported to make the API calls. Export the Certificates selecting "Platform independent PEM-format", the following article can be used as a reference, just make sure to select "Platform independent PEM-format" instead. &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515" target="_blank" rel="noopener" data-cke-saved-href="/articles/Basic/Export-client-certificate-and-root-certificate-to-make-API-calls"&gt;Export client certificate and root certificate to make API calls&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;For best practices, the user utilized for this sample is not the Service Account.&lt;/LI&gt;
&lt;LI&gt;It is necessary to create a new Tag in the QMC so we can later use it to add it to an existing object.&lt;/LI&gt;
&lt;LI&gt;Download Postman&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;This exercise was implemented using Qlik Sense April 2020 (13.72.3)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Steps&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Copy the Certificates to the server/computer where Postman is used.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Open Postman and go to menu "Settings" , In the General tab set "SSL certificate verification" to Off, In the Certificates Tab select "add Certificate" and set the path to the exported certs. The CRT file path will correspond to the path where the client.pem certificate resides, the Key file to the cleint_key.pem&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SSL certificate verification toggle visualisation.png" style="width: 726px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58640iD4400612BAB8C39E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SSL certificate verification toggle visualisation.png" alt="SSL certificate verification toggle visualisation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="certificates setting visualisation.png" style="width: 728px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58641i88E81F1F7200CA48/image-size/large?v=v2&amp;amp;px=999" role="button" title="certificates setting visualisation.png" alt="certificates setting visualisation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now Postman is ready to be used, this article describes how to make a GET and PUT request to add a tag to a sheet.&lt;BR /&gt;&lt;BR /&gt;It is suggested to visit our&amp;nbsp;Help site to verify the documentation about the API, in this case we will use&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;get /app/object/{id}&lt;BR /&gt;put /app/object/{id}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The URL would be&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://qlikserver1.domain.local:4242/qrs/app/object/aa73b22a-c933-4c26-aa2b-1e0947d708ab?xrfkey=12345678qwertyui" target="_blank" rel="noopener"&gt;https://qlikserver1.domain.local:4242/qrs/app/object/aa73b22a-c933-4c26-aa2b-1e0947d708ab?xrfkey=12345678qwertyui&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Server] + [API end point] + [xrfkey]&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;The necessary headers would be :&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Qlik-xrfkey = 12345678qwertyui&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;(this value needs to be the same provided in the URL xrfkey), for questions about xrfkey headers please refer to the following information: &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Use-Xrfkey-Headers.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense-developer/April2020/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-Connect-API-Use-Xrfkey-Headers.htm"&gt;Using Xrfkey headers&lt;/A&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;SPAN&gt;X-Qlik-User = UserDirectory=DOMAIN;UserId=Administrator&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt; &lt;SPAN&gt;(this value would be the user to make the API calls)&lt;BR /&gt;&lt;BR /&gt;Note that Postman will include xrfkey in the parameters section once the URL is pasted in the GET response.&lt;BR /&gt;&lt;BR /&gt;Please refer to the following pictures to verify the configurations are correct.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GET&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Postman Headers&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Postman headers in the GET request.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58642iC5A71E48D457DD8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Postman headers in the GET request.png" alt="Postman headers in the GET request.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once is configured you can click the "Send" button, the Response will look like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sending the GET request.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58643i0E7C4C860FEDF032/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sending the GET request.png" alt="Sending the GET request.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;PUT&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to send the PUT method it is necessary to copy the JSON Response from the previous GET call and modify the necessary information, this need to be done carefully otherwise the request will return an error. The details can be found In our Qlik Site under "Updating an entry" section included&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Getting-Started.htm#anchor-5" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Sample (It will be necessary to include a comma if there are already tags associated to the object)&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      {
            "id": "376e0283-3e5b-4968-bc55-2a19c4ba3b17",
            "name": "Tag3",
            "privileges": null
        }&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the following pictures to verify that the configurations are correct&lt;BR /&gt;&lt;BR /&gt;PUT Header&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT header.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58644iD82EEC48E98DA4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT header.png" alt="PUT header.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PUT Body&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT Body.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58645i71312FB5C0572BE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT Body.png" alt="PUT Body.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Once the information is correct, select the "Send" button, and you should get a&amp;nbsp;&lt;FONT face="courier new,courier"&gt;200 OK&lt;/FONT&gt; Status.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PUT Body and Sent.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58646i42C6F9875E5D0595/image-size/large?v=v2&amp;amp;px=999" role="button" title="PUT Body and Sent.png" alt="PUT Body and Sent.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We can verify the chances in the Qlik Sense Management Console, now the tag shows 1 Occurrence and the sheet shows the new tag.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Verify the changes in the QMC.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58647iF369CB4C4E6F91DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Verify the changes in the QMC.png" alt="Verify the changes in the QMC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 06:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/ta-p/1713581</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2025-06-25T06:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Postman to make API calls and use/verify JSON output in Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/tac-p/2529263#M16325</link>
      <description>&lt;P&gt;Good Morning, I have a problem with a POST REQUEST in Qlik Sense Enterprise.&lt;BR /&gt;I'm trying to call an App by Python, but it's still giving me an error:&amp;nbsp;&lt;BR /&gt;&amp;lt;BODY&amp;gt;&amp;lt;h2&amp;gt;Service Unavailable&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;hr&amp;gt;&amp;lt;p&amp;gt;HTTP Error 503. The service is unavailable.&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the python script:&lt;/P&gt;&lt;P&gt;import requests&lt;/P&gt;&lt;P&gt;requests.packages.urllib3.disable_warnings()&lt;/P&gt;&lt;P&gt;# XRF key (must be 16 chars)&lt;BR /&gt;xrf = 'abcdefg123456789'&lt;/P&gt;&lt;P&gt;# Headers&lt;BR /&gt;headers = {&lt;BR /&gt;'X-Qlik-xrfkey': xrf,&lt;BR /&gt;'Content-Type': 'application/json',&lt;BR /&gt;'X-Qlik-User':'UserDirectory=DOMAIN;UserId=Administrator'&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;# Cert (PEM file or tuple of cert+key)&lt;BR /&gt;cert = (&lt;BR /&gt;r'C:\ProgramData\Qlik\Sense\Engine\Certificates\client_key - Copy.pem'&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;# Qlik Sense server&lt;BR /&gt;server = "https://X.X.X.X:4244"&lt;/P&gt;&lt;P&gt;# Task ID of the reload task you want to trigger&lt;BR /&gt;task_id = "192e5b76-eff6-4fff-8cd7-41cca2dbd243" # &amp;lt;-- replace with your task id&lt;/P&gt;&lt;P&gt;# QRS endpoint for starting the task&lt;BR /&gt;url = f"{server}/qrs/task/start/{task_id}?xrfkey={xrf}"&lt;/P&gt;&lt;P&gt;# Make the POST request&lt;BR /&gt;resp = requests.post(url, headers=headers, verify=False, cert=cert, json={})&lt;/P&gt;&lt;P&gt;if resp.status_code != 200:&lt;BR /&gt;raise Exception(f"POST /qrs/task/start {resp.status_code} -&amp;gt; {resp.text}")&lt;/P&gt;&lt;P&gt;print(f"&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Task {task_id} started successfully!")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Postman-to-make-API-calls-and-use-verify-JSON-output/tac-p/2529263#M16325</guid>
      <dc:creator>Nixi80</dc:creator>
      <dc:date>2025-09-03T08:50:37Z</dc:date>
    </item>
  </channel>
</rss>

