<?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: Change ownership of Qlik Sense object using QRS API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1781092#M13810</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp; ,&amp;nbsp; Thank you for solution. It worked like a charm.&lt;/P&gt;&lt;P&gt;When I tried changing sheet name with same method by changing "name" in JSON, changes were successfully reflected in QMC. But on hub in original application , I am seeing old sheet name only.&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 07:26:38 GMT</pubDate>
    <dc:creator>sanket8397</dc:creator>
    <dc:date>2021-02-09T07:26:38Z</dc:date>
    <item>
      <title>Change ownership of Qlik Sense object using QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1780770#M13804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to change owner of sheet/story using QRS API ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1780770#M13804</guid>
      <dc:creator>sanket8397</dc:creator>
      <dc:date>2024-11-16T00:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change ownership of Qlik Sense object using QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1780994#M13809</link>
      <description>&lt;P&gt;At a high level the flow would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;GET /qrs/app/object/{id}&lt;/LI&gt;&lt;LI&gt;Adjust the owner.id to a new user's GUID. &lt;STRONG&gt;Optional&lt;/STRONG&gt;: adjust the userId, userDirectory, and name attributes in the owner element.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;PUT /qrs/app/object/{id}&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;GET /qrs/app/object/5d05292b-f5dc-4cf7-9aea-0a05f51a602d&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "id": "5d05292b-f5dc-4cf7-9aea-0a05f51a602d",
  "createdDate": "2019-01-29T13:14:26.066Z",
  "modifiedDate": "2019-02-15T15:46:20.997Z",
  "modifiedByUserName": "domain\\levi",
  "owner": {
    "id": "5334b296-493b-46ee-b621-79ba238ceb2c",
    "userId": "sa_repository",
    "userDirectory": "INTERNAL",
    "name": "sa_repository",
    "privileges": null
  },
  "engineObjectType": "",
  "description": "",
  "attributes": "eyJUeXBlIjoiR2VuZXJpY0FwcE9iamVjdEVudHJ5IiwiRm9ybWF0IjoiZ3pqc29uIiwiVGl0bGUiOiIiLCJQYXJlbnRJZCI6ImJhMTE4NTE4LWU5YzUtNDFmYS1iZWEyLWIwNjY1MjQxNmJmMyIsIklzVGVtcG9yYXJ5IjpmYWxzZSwiQ29udGVudEhhc2giOiJpYmRjQm9nSkJ1aFV1d3NaMU1lamx1MlRhZTVubUNwZlRLbjUyaWxUUlNnPSJ9",
  "objectType": "story",
  "publishTime": "1753-01-01T00:00:00Z",
  "published": false,
  "approved": false,
  "tags": [],
  "sourceObject": "",
  "draftObject": "",
  "name": "My new story",
  "app": {
    "id": "12f964b0-fc25-4de6-9803-30749b21d192",
    "name": "Case MGMT (US)",
    "appId": "",
    "publishTime": "2018-04-20T22:22:39.021Z",
    "published": true,
    "stream": {
      "id": "aaec8d41-5201-43ab-809f-3063750dfafd",
      "name": "Everyone",
      "privileges": null
    },
    "savedInProductVersion": "12.421.3",
    "migrationHash": "21ecc792c56e18162f1785d3d41f28fdaced5c96",
    "availabilityStatus": 0,
    "privileges": null
  },
  "appObjectBlobId": "",
  "engineObjectId": "ba118518-e9c5-41fa-bea2-b06652416bf3",
  "contentHash": "JYN=:!C*9![5N\\#:1^RD;F\\4GG\\HBJ+@=5KZL&amp;gt;+46%+",
  "size": -1,
  "privileges": null,
  "schemaPath": "App.Object"
}&lt;/LI-CODE&gt;&lt;P&gt;PUT&amp;nbsp;/qrs/app/object/5d05292b-f5dc-4cf7-9aea-0a05f51a602d&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "id": "5d05292b-f5dc-4cf7-9aea-0a05f51a602d",
  "createdDate": "2019-01-29T13:14:26.066Z",
  "modifiedDate": "2019-02-15T15:46:20.997Z",
  "modifiedByUserName": "domain\\levi",
  "owner": {
    "id": "4b7a27e5-f1db-4cc2-be59-7c4086f7c1f6"
  },
  "engineObjectType": "",
  "description": "",
  "attributes": "eyJUeXBlIjoiR2VuZXJpY0FwcE9iamVjdEVudHJ5IiwiRm9ybWF0IjoiZ3pqc29uIiwiVGl0bGUiOiIiLCJQYXJlbnRJZCI6ImJhMTE4NTE4LWU5YzUtNDFmYS1iZWEyLWIwNjY1MjQxNmJmMyIsIklzVGVtcG9yYXJ5IjpmYWxzZSwiQ29udGVudEhhc2giOiJpYmRjQm9nSkJ1aFV1d3NaMU1lamx1MlRhZTVubUNwZlRLbjUyaWxUUlNnPSJ9",
  "objectType": "story",
  "publishTime": "1753-01-01T00:00:00Z",
  "published": false,
  "approved": false,
  "tags": [],
  "sourceObject": "",
  "draftObject": "",
  "name": "My new story",
  "app": {
    "id": "12f964b0-fc25-4de6-9803-30749b21d192",
    "name": "Case MGMT (US)",
    "appId": "",
    "publishTime": "2018-04-20T22:22:39.021Z",
    "published": true,
    "stream": {
      "id": "aaec8d41-5201-43ab-809f-3063750dfafd",
      "name": "Everyone",
      "privileges": null
    },
    "savedInProductVersion": "12.421.3",
    "migrationHash": "21ecc792c56e18162f1785d3d41f28fdaced5c96",
    "availabilityStatus": 0,
    "privileges": null
  },
  "appObjectBlobId": "",
  "engineObjectId": "ba118518-e9c5-41fa-bea2-b06652416bf3",
  "contentHash": "JYN=:!C*9![5N\\#:1^RD;F\\4GG\\HBJ+@=5KZL&amp;gt;+46%+",
  "size": -1,
  "privileges": null,
  "schemaPath": "App.Object"
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Feb 2021 20:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1780994#M13809</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2021-02-08T20:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change ownership of Qlik Sense object using QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1781092#M13810</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp; ,&amp;nbsp; Thank you for solution. It worked like a charm.&lt;/P&gt;&lt;P&gt;When I tried changing sheet name with same method by changing "name" in JSON, changes were successfully reflected in QMC. But on hub in original application , I am seeing old sheet name only.&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 07:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Change-ownership-of-Qlik-Sense-object-using-QRS-API/m-p/1781092#M13810</guid>
      <dc:creator>sanket8397</dc:creator>
      <dc:date>2021-02-09T07:26:38Z</dc:date>
    </item>
  </channel>
</rss>

