<?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: NPrinting API - POST/PUT with request body not working in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68073#M2467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, im sure. I've checked them both with the API and in Web Console.&lt;/P&gt;&lt;P&gt;Thanks for your effort - guess I have to start a case at Qlik Support...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 11:15:43 GMT</pubDate>
    <dc:creator>blaise</dc:creator>
    <dc:date>2018-05-08T11:15:43Z</dc:date>
    <item>
      <title>NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68066#M2460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;has anyone succedd with a POST/PUT towards NPrinting API with a request body?&lt;/P&gt;&lt;P&gt;I can start tasks and do other stuff that doesn't require a request body, but f.ex. PUT /users/{id}/groups does not work.&lt;/P&gt;&lt;P&gt;I have all other stuff working (im quite sure at least) like Origin, X-HTTP-Method-Override, Cookie but I receive a 400 - "Malformed parameters in body" when i try the following in the request body field in QvRestConnector;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "groupIds": "guid-of-a-group"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have tried both directly in Rest Connector setup, with a "with connection" including a replace(vBodyString,'"',chr(34) &amp;amp; chr(34)) and postman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i doing something wrong or is the API just not working as expected?&lt;/P&gt;&lt;P&gt;Running Feb-18 release btw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2019 18:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68066#M2460</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2019-09-25T18:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68067#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably need to replace ':' aswell. I usually just URL encode everything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 09:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68067#M2461</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-08T09:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68068#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same error code when using postman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 10:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68068#M2462</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-08T10:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68069#M2463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah sorry missed that bit.&lt;/P&gt;&lt;P&gt;Have you tried using the example provided by the devs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 10:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68069#M2463</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-08T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68070#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im trying the POST example for update of a user in the guide in the following thread &lt;A href="https://community.qlik.com/thread/292037"&gt;How to use Qlik NPrinting APIs inside a Qlik Sense load script&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 10:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68070#M2464</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-08T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68071#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the example to update a user works fine so its should just be a matter on how to "format" the request body for the &lt;A href="https://help.qlik.com/en-US/nprinting/April2018/APIs/NP+API/index.html#usersIdGroupsPut" title="https://help.qlik.com/en-US/nprinting/April2018/APIs/NP+API/index.html#usersIdGroupsPut"&gt;https://help.qlik.com/en-US/nprinting/April2018/APIs/NP+API/index.html#usersIdGroupsPut&lt;/A&gt; endpoint.&lt;/P&gt;&lt;P&gt;It just states a required request body of "groupIds".&lt;/P&gt;&lt;P&gt;I have, in POSTMAN, tried the following;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "groupIds": "an_existing_group_GUID"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without any luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 10:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68071#M2465</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-08T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68072#M2466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so u are sure the group ID exists and the user u put in also exists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifso I have no clue why this wouldn't work. Sofar I only use the API for checking publish tasks and running them.(I fire my NPrinting reporting within Sense to make sure the app reload was finished correctly)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 11:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68072#M2466</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-08T11:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68073#M2467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, im sure. I've checked them both with the API and in Web Console.&lt;/P&gt;&lt;P&gt;Thanks for your effort - guess I have to start a case at Qlik Support...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 11:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68073#M2467</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-08T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68074#M2468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, goodluck getting this to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 11:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68074#M2468</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-08T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68075#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved!&lt;/P&gt;&lt;P&gt;It worked with the following request body;&lt;/P&gt;&lt;P&gt;["my_group_guid"]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used Chrome Dev Tools and investigated how WC did it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68075#M2469</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2018-05-08T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68076#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Odd that this is different than the documentation. Good to know it is. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 13:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/68076#M2470</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2018-05-08T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - POST/PUT with request body not working</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/1607450#M25278</link>
      <description>&lt;P&gt;I am trying to modify the group name of a particular user using the NP API's. I am using the put user/&amp;lt;id&amp;gt;/groups command to do so.&lt;/P&gt;&lt;P&gt;Data retrieved for Get user/&amp;lt;id&amp;gt;/groups is in the form of an array and m not sure how manipulate this.&lt;/P&gt;&lt;P&gt;But my code is failing in preparing the body request for API. Can you please help ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-POST-PUT-with-request-body-not-working/m-p/1607450#M25278</guid>
      <dc:creator>poojask123</dc:creator>
      <dc:date>2019-07-30T11:43:31Z</dc:date>
    </item>
  </channel>
</rss>

