<?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: Session ID correlation between WxC + WxCC in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/session-id-correlation-between-wxc-wxcc/m-p/5378699#M4766</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/146146"&gt;@jeremy.hudgeons&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Unfortunately there is no single common unique identifier that directly links a CDR record to a Contact Center task. The CDR carries its own set of identifiers (&lt;/SPAN&gt;&lt;CODE&gt;Call ID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Correlation ID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Local SessionID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Network call ID&lt;/CODE&gt;&lt;SPAN&gt;, etc.) and the &amp;nbsp;Contact Center records carry a separate task&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;id&lt;/CODE&gt;&lt;SPAN&gt;(Interaction ID). None of these overlap.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both systems record the same E.164 caller and called numbers which is the strongest common data. Otherwise you can also compare the timestamps of the start and end of the call and with that the duration. The timestamps are extremely close but&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not identical&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;(sub-second offsets).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For tracking the full CC call flow including consults/transfers we generally recommend the Search API (&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api" rel="noopener noreferrer" target="_blank"&gt;https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api&lt;/A&gt;&lt;SPAN&gt;). In particular the activities.nodes of the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;taskDetails / CAR&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;records will track each step of the interaction in details (you can find the Data Dictionary here&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample#data-dictionary" rel="noopener noreferrer" target="_blank"&gt;https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample#data-dictionary&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 12:19:22 GMT</pubDate>
    <dc:creator>Janos Benyovszki</dc:creator>
    <dc:date>2026-03-23T12:19:22Z</dc:date>
    <item>
      <title>Session ID correlation between WxC + WxCC</title>
      <link>https://community.cisco.com/t5/webex-for-developers/session-id-correlation-between-wxc-wxcc/m-p/5378157#M4765</link>
      <description>&lt;P&gt;Looking for ways to match the dataset between WxC &amp;amp; WxCC reporting to build cradle to grave reporting. trying to use the contact_session_ID or Call_id or correlation_id but I am not seeing alignment on anything other than source and destination phone numbers&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 17:42:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/session-id-correlation-between-wxc-wxcc/m-p/5378157#M4765</guid>
      <dc:creator>jeremy.hudgeons</dc:creator>
      <dc:date>2026-03-20T17:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Session ID correlation between WxC + WxCC</title>
      <link>https://community.cisco.com/t5/webex-for-developers/session-id-correlation-between-wxc-wxcc/m-p/5378699#M4766</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/146146"&gt;@jeremy.hudgeons&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Unfortunately there is no single common unique identifier that directly links a CDR record to a Contact Center task. The CDR carries its own set of identifiers (&lt;/SPAN&gt;&lt;CODE&gt;Call ID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Correlation ID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Local SessionID&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Network call ID&lt;/CODE&gt;&lt;SPAN&gt;, etc.) and the &amp;nbsp;Contact Center records carry a separate task&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;id&lt;/CODE&gt;&lt;SPAN&gt;(Interaction ID). None of these overlap.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both systems record the same E.164 caller and called numbers which is the strongest common data. Otherwise you can also compare the timestamps of the start and end of the call and with that the duration. The timestamps are extremely close but&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not identical&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;(sub-second offsets).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For tracking the full CC call flow including consults/transfers we generally recommend the Search API (&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api" rel="noopener noreferrer" target="_blank"&gt;https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api&lt;/A&gt;&lt;SPAN&gt;). In particular the activities.nodes of the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;taskDetails / CAR&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;records will track each step of the interaction in details (you can find the Data Dictionary here&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample#data-dictionary" rel="noopener noreferrer" target="_blank"&gt;https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample#data-dictionary&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 12:19:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/session-id-correlation-between-wxc-wxcc/m-p/5378699#M4766</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2026-03-23T12:19:22Z</dc:date>
    </item>
  </channel>
</rss>

