<?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: Set Lifecycle State and Revision via API in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12477303#M347</link>
    <description>&lt;P&gt;The Content-Type should be application/xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the payload should look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;&amp;lt;dmsVersionItem&amp;gt;
&amp;lt;release&amp;gt;
A
&amp;lt;/release&amp;gt;
&amp;lt;/dmsVersionItem&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;URL should be something like this&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="8dp1n-1-0"&gt;/api/rest/v1/workspaces/57/items/9153/lifecycles/transitions/14&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where the transitionID is obtained from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/api/rest/v1/workspaces/{id:[0-9]*}/items/{dmsID:[0-9]*}/lifecycles/transitions&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2024 19:26:53 GMT</pubDate>
    <dc:creator>tony.mandatori</dc:creator>
    <dc:date>2024-01-04T19:26:53Z</dc:date>
    <item>
      <title>Set Lifecycle State and Revision via API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12457118#M345</link>
      <description>&lt;P&gt;I am trying to bulk-load Items into a Revision Controlled workspace. I have no problem creating the items, populating fields, adding attachments, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I need to mark the records as 'released' with their current revision value. This means I need to specify a Lifecycle State and Revision for the Items at some point. Can this be done to the Items directly via either the v1 or v3 API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could certainly add the Items to a Revisioning record and manipulate that record's workflow, but doing that for thousands of part numbers in a short period of time sounds like a good way to run into server performance limitations or timeouts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw &lt;A href="https://forums.autodesk.com/t5/fusion-360-manage-forum/set-release-date-and-effectivity-using-rest-api-v1/m-p/8405263" target="_blank" rel="noopener"&gt;this forum post&lt;/A&gt; with a reference to using a PUT to a v1 endpoint on the item specifying a URI like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[workspace]/[itemid]/lifecycles/transitions/[lifecycletransitionid]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And passing an XML body specifying the revision value, but that didn't work for me. And that also doesn't allow setting an effectivity and release date. I don't need to set any specific dates for effectivity, though, I just need to get these Items into a 'released' state with the correct revision.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 01:09:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12457118#M345</guid>
      <dc:creator>ForrestJudd</dc:creator>
      <dc:date>2023-12-22T01:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Lifecycle State and Revision via API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12477107#M346</link>
      <description>&lt;P&gt;I've used this API before. There is no equivalent in v3 that I know of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 17:50:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12477107#M346</guid>
      <dc:creator>tony.mandatori</dc:creator>
      <dc:date>2024-01-04T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Lifecycle State and Revision via API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12477303#M347</link>
      <description>&lt;P&gt;The Content-Type should be application/xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the payload should look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;&amp;lt;dmsVersionItem&amp;gt;
&amp;lt;release&amp;gt;
A
&amp;lt;/release&amp;gt;
&amp;lt;/dmsVersionItem&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;URL should be something like this&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="8dp1n-1-0"&gt;/api/rest/v1/workspaces/57/items/9153/lifecycles/transitions/14&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where the transitionID is obtained from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/api/rest/v1/workspaces/{id:[0-9]*}/items/{dmsID:[0-9]*}/lifecycles/transitions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 19:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12477303#M347</guid>
      <dc:creator>tony.mandatori</dc:creator>
      <dc:date>2024-01-04T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Lifecycle State and Revision via API</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12479963#M348</link>
      <description>&lt;P&gt;This worked perfectly, thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 00:32:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/set-lifecycle-state-and-revision-via-api/m-p/12479963#M348</guid>
      <dc:creator>ForrestJudd</dc:creator>
      <dc:date>2024-01-06T00:32:04Z</dc:date>
    </item>
  </channel>
</rss>

