<?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: How to determine Version Name from OnPost WebHook in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706705#M7006</link>
    <description>&lt;P&gt;If you haven't already, log an issue for this. Its either a bug or something that would be a good feature. Not including the version name in the on post message to the web hook seems like a good idea.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2026 14:24:21 GMT</pubDate>
    <dc:creator>RobertKrisher</dc:creator>
    <dc:date>2026-06-06T14:24:21Z</dc:date>
    <item>
      <title>How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1704185#M6942</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;This post is an extension to the following post, but creating a new one as the topic has changed&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-utility-network-questions/un-and-onpost-event-webhooks-should-this-work/m-p/1700801?search-action-id=350216865007&amp;amp;search-result-uid=1700801" target="_blank"&gt;https://community.esri.com/t5/arcgis-utility-network-questions/un-and-onpost-event-webhooks-should-this-work/m-p/1700801?search-action-id=350216865007&amp;amp;search-result-uid=1700801&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have implemented a process that identifies the edits from an OnPost Webhook from a branch version and we're able to successfully extract the data from the webhook. However, how do we determine what &lt;STRONG&gt;version name&lt;/STRONG&gt; was used to generate the OnPost trigger?&lt;/P&gt;&lt;P&gt;We want to identify the version name (which aligns with an as-built edit process) so that we can follow workflow processes.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 22:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1704185#M6942</guid>
      <dc:creator>geovolve</dc:creator>
      <dc:date>2026-05-25T22:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706699#M7004</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/733331"&gt;@geovolve&lt;/a&gt;&amp;nbsp;- Haven't found a way of finding out which versions the changes are originating from. The webhook payload doesn't expose that.&lt;BR /&gt;&lt;BR /&gt;You can use differences capability to compare different versions to find out what the changes are but this needs to be done before posting. Once posted, the information about versions is lost.&lt;BR /&gt;&lt;BR /&gt;Which got me thinking, you could have a attribute rule that writes the version details against the object that was changed. This should be available as an attribute via the webhook-&amp;gt;extract changes process in the previous post.&lt;BR /&gt;&lt;BR /&gt;GdbVersion($feature)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/attribute-rules-videos/use-gdbversion-to-return-the-current-version-being/td-p/1016594" target="_blank"&gt;https://community.esri.com/t5/attribute-rules-videos/use-gdbversion-to-return-the-current-version-being/td-p/1016594&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like it returns the Name of the version not the GUID. You might need to make another to version management endpoint to get the version GUID if needed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2026 12:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706699#M7004</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2026-06-06T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706705#M7006</link>
      <description>&lt;P&gt;If you haven't already, log an issue for this. Its either a bug or something that would be a good feature. Not including the version name in the on post message to the web hook seems like a good idea.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2026 14:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706705#M7006</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-06T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706732#M7007</link>
      <description>&lt;P&gt;Yeh thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;that was the workaround that we had implemented but its not very elegant.&lt;/P&gt;&lt;P&gt;Looking at Robs comment below, I guess we'll raise it as a feature request.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2026 02:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706732#M7007</guid>
      <dc:creator>geovolve</dc:creator>
      <dc:date>2026-06-07T02:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706733#M7008</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;&amp;nbsp;&amp;nbsp;I'll log a feature request.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2026 20:40:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1706733#M7008</guid>
      <dc:creator>geovolve</dc:creator>
      <dc:date>2026-06-07T20:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine Version Name from OnPost WebHook</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1707122#M7027</link>
      <description>&lt;P&gt;Ok, having talked to a few people internally about this I see what's happening. The &lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/create-webhook/#feature-service-event-triggers" target="_blank" rel="noopener"&gt;FeaturesPosted&lt;/A&gt; web hook doesn't trigger whenever a version is posted, instead is uses the schedule associated with the web hook to identify all the features that have been modified in default since the last time the web hook was run. This means that it can include edits from multiple versions being posted (or edits made directly against default). While this has its own important use cases, it is not what you're looking for, and it explains why we can't include the version name.&lt;/P&gt;&lt;P&gt;Having a web hook that includes the version name would require us to create a new EventTrigger that fires every time a version is posted (which is why the naming of the existing trigger is unfortunate). The upside is that you would get the version name, the downside is that you wouldn't have a way to detect other changes made to default (i.e. direct edits).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 13:56:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-determine-version-name-from-onpost-webhook/m-p/1707122#M7027</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-09T13:56:26Z</dc:date>
    </item>
  </channel>
</rss>

