<?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 Workshared Element User History in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5889225#M69507</link>
    <description>&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn on one of the worksharing display modes, and then hover my mouse over any element, I get a popup advising me of who that element was originally created by and who last updated it on the central model, as shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/198048i01B69044A29B4C9F/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="workshare.png" title="workshare.png" width="384" height="215" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've searched through the api help file, and online, but cannot find any description of where this information is stored or if it is even accessible through the API. Does anyone know how I might be able to programatically access these feilds?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2015 20:24:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-02T20:24:46Z</dc:date>
    <item>
      <title>Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5889225#M69507</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn on one of the worksharing display modes, and then hover my mouse over any element, I get a popup advising me of who that element was originally created by and who last updated it on the central model, as shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/198048i01B69044A29B4C9F/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="workshare.png" title="workshare.png" width="384" height="215" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've searched through the api help file, and online, but cannot find any description of where this information is stored or if it is even accessible through the API. Does anyone know how I might be able to programatically access these feilds?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 20:24:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5889225#M69507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-02T20:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5889895#M69508</link>
      <description>&lt;P&gt;In general, I do not believe you will ever be able to see anything whatsoever in Dynamo that is not API accessible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, you can look at the Dynamo source code to determine how the data is retrieved, and where from.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not looked myself, and&amp;nbsp;I am not sure whether this is the right path, but here goes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each Revit element belongs to one and only one workset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its workset can be determined by the&amp;nbsp;Element.WorksetId property.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The workset is derived from&amp;nbsp;WorksetPreview, which offers the&amp;nbsp;Owner property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 09:11:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5889895#M69508</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-11-03T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5890767#M69509</link>
      <description>Thanks for the reply Jeremy, but I'm a bit confused, as I'm not using Dynamo. If it has some functionality that can retrieve this data for me, then I'm not opposed to using it, but I'd prefer to stick to coded API.&lt;BR /&gt;&lt;BR /&gt;As for WorksetPreview, it appears this will give me the owner of the entire workset (if it has been checked out), but what I'm looking for is the history that Revit appears to store somewhere of which user last updated a specific element with a synchronization to the central model.</description>
      <pubDate>Tue, 03 Nov 2015 17:28:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5890767#M69509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-03T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5896907#M69510</link>
      <description>&lt;P&gt;Anybody have any ideas? I'm starting to think the API just doesn't provide access to this, but if it does it could be very useful for tracking work and delegating tasks in our firm!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 18:52:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5896907#M69510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T18:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5897153#M69511</link>
      <description>&lt;P&gt;I'm asking the development team...&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 21:18:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5897153#M69511</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-11-06T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5899948#M69512</link>
      <description>&lt;P&gt;I received an answer, and the access is there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/11/worksharingutils.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2015/11/worksharingutils.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hooray!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know how it works out for you, preferably with a snippet of sample code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 20:02:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5899948#M69512</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-11-09T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workshared Element User History</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5903520#M69513</link>
      <description>&lt;P&gt;Fantastic! Thanks so much Jeremy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working hard on a project deadline on the Architecture side of things right now, but will dive into this after the weekend. I'll be sure and post back with a code example!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:04:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/workshared-element-user-history/m-p/5903520#M69513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-11T19:04:12Z</dc:date>
    </item>
  </channel>
</rss>

