<?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: Insert Item to Managed items tab using V3 API in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743048#M232</link>
    <description>&lt;P&gt;I'm exactly using the same POST endpoint, Payload &amp;amp; accept header. HTTP status code is 200 but no insertions are made to managed Items.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 09:31:29 GMT</pubDate>
    <dc:creator>b_sugumar</dc:creator>
    <dc:date>2024-04-30T09:31:29Z</dc:date>
    <item>
      <title>Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12734076#M229</link>
      <description>&lt;P&gt;It is difficult to add around 500 items at once to managed items by searching from the find box. We wanted to automate the process by using POST method. I have the needed payload but Schema for Item is missing. Even if I use the same payload as schema for item, POST method is successful without inclusion of item to Managed tab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b_sugumar_0-1714069423612.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1354806i762257019CA7163B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="b_sugumar_0-1714069423612.png" alt="b_sugumar_0-1714069423612.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 18:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12734076#M229</guid>
      <dc:creator>b_sugumar</dc:creator>
      <dc:date>2024-04-25T18:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12742966#M230</link>
      <description>&lt;P&gt;You can add items to this list by sending a post request to the following endpoint:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'https://' + tenant + '.autodeskplm360.net/api/v3/workspaces/' + wsIdCO + '/items/' + dmsIdCO + '/affected-items'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The body / payload of your request must contain an array of api-links for the given items to add:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;['/api/v3/workspaces/' + wsIdItem + '/items/' + dmsIdItem]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the request headers, you also must set a specific Accept header:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'Accept' : 'application/vnd.autodesk.plm.affected.items.bulk+json'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 08:57:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12742966#M230</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2024-04-30T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12742971#M231</link>
      <description>&lt;P&gt;You can find a working example in my list of api examples. Have a look at function addManagedItem here:&amp;nbsp;&lt;A href="https://github.com/dickmans/plm-utilities/blob/main/api-examples/56-managed-items-add.js" target="_blank"&gt;https://github.com/dickmans/plm-utilities/blob/main/api-examples/56-managed-items-add.js&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 08:58:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12742971#M231</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2024-04-30T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743048#M232</link>
      <description>&lt;P&gt;I'm exactly using the same POST endpoint, Payload &amp;amp; accept header. HTTP status code is 200 but no insertions are made to managed Items.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:31:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743048#M232</guid>
      <dc:creator>b_sugumar</dc:creator>
      <dc:date>2024-04-30T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743059#M233</link>
      <description>&lt;P&gt;Can you see the given items when requesting the affected items using the following endpoint?&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;'https://' + tenant + '.autodeskplm360.net/api/v3/workspaces/' + wsIdCO + '/items/' + dmsIdCO + '/views/11'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Did you add the working versions of the given items to this list?&lt;/P&gt;
&lt;P&gt;Is there an entry in the Change Log of your change process which indicates the addition of the item to this tab?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:37:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743059#M233</guid>
      <dc:creator>sven.dickmans</dc:creator>
      <dc:date>2024-04-30T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Item to Managed items tab using V3 API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743109#M234</link>
      <description>&lt;P&gt;I have been using DMSID of production revision which didn't allow me to insert. Thanks for your support.&lt;/P&gt;&lt;P&gt;I will use PUT method to update the TO state as well, let me get back if I need your support again.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 10:01:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/insert-item-to-managed-items-tab-using-v3-api/m-p/12743109#M234</guid>
      <dc:creator>b_sugumar</dc:creator>
      <dc:date>2024-04-30T10:01:54Z</dc:date>
    </item>
  </channel>
</rss>

