<?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: webex API integration in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070381#M2969</link>
    <description>&lt;P&gt;How can I find replies for message in webex room using API&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 07:42:31 GMT</pubDate>
    <dc:creator>demule</dc:creator>
    <dc:date>2024-04-16T07:42:31Z</dc:date>
    <item>
      <title>webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067125#M2959</link>
      <description>&lt;P&gt;I am trying to fetch messages from my webex room. Those messages should be in given date range. EX. I want to fetch all the messages we got in a day. I provided the date range but its not working as expected, I could see messages for 3-4 days. I am using below API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;String apiUrl = &lt;SPAN&gt;"https://webexapis.com/v1/messages"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;String queryParams = &lt;SPAN&gt;"?roomId=" &lt;/SPAN&gt;+ "id&lt;SPAN&gt;" &lt;/SPAN&gt;+&lt;BR /&gt;        &lt;SPAN&gt;"&amp;amp;created=" &lt;/SPAN&gt;+ fromDate + &lt;SPAN&gt;"-" &lt;/SPAN&gt;+ toDate&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Apr 2024 11:00:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067125#M2959</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-04-12T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067132#M2962</link>
      <description>&lt;P&gt;The /messages API you're using doesn't have a "created" parameter. Please see here for what it does have:&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/messages/list-messages" target="_self"&gt;https://developer.webex.com/docs/api/v1/messages/list-messages&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 11:03:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067132#M2962</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-04-12T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067133#M2963</link>
      <description>&lt;P&gt;Then how can I get the messages arrived in particular date range.&amp;nbsp;&lt;SPAN&gt;before param will not give the required time range messages&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 11:07:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067133#M2963</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-04-12T11:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067142#M2964</link>
      <description>&lt;P&gt;If the&amp;nbsp;&lt;EM&gt;before&amp;nbsp;&lt;/EM&gt;and&amp;nbsp;&lt;EM&gt;beforeMessage&lt;/EM&gt; params don't suit, then the only other option is to pull all messages on your side and write a script to go through the "&lt;EM&gt;created&lt;/EM&gt;" field that's returned for each message in the response so you can pull whichever messages within a date range that you want to get.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 11:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5067142#M2964</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-04-12T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070381#M2969</link>
      <description>&lt;P&gt;How can I find replies for message in webex room using API&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 07:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070381#M2969</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-04-16T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070386#M2970</link>
      <description>&lt;P&gt;I mean, I want to find out if the message is part of some message thread or is a new message. All this using API&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 07:44:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070386#M2970</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-04-16T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070389#M2971</link>
      <description>&lt;P&gt;The list message endpoint has a query parameter&amp;nbsp;&lt;SPAN&gt;parentId. It points to the parent message.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Same in the response. If it's empty, it is a thread's root.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 07:47:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5070389#M2971</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2024-04-16T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087538#M3004</link>
      <description>&lt;P&gt;I am getting parentId null even if the message is a reply to another message&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:33:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087538#M3004</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-05-02T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087541#M3005</link>
      <description>&lt;PRE&gt;String parentId = message.getParentId()&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;This is the way I am trying to retrieve parentId&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087541#M3005</guid>
      <dc:creator>demule</dc:creator>
      <dc:date>2024-05-02T11:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087560#M3009</link>
      <description>&lt;P&gt;What is "message" in this case (its value) and what is the definition of&amp;nbsp;&lt;EM&gt;getParentId() &lt;/EM&gt;function? In other words, what is the code for that function?&lt;BR /&gt;&lt;BR /&gt;Are you using an SDK maybe? If so, which one?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5087560#M3009</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-05-02T11:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: webex API integration</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5091390#M3025</link>
      <description>&lt;P&gt;If a message's parentId is null, that should indicate it is either the root message of a thread or not threaded at all.&amp;nbsp; It is not possible to directly query for the opposite relationship, i.e. the child/children messages for a particular message - you would need to retrieve all messages then construct a graph of parent/child relationships to get a complete picture.&lt;BR /&gt;If you are seeing a message that is definitely a reply, but that has no parentId, I think that would be unexpected - might want to open a support ticket so the Webex dev support folks can investigate the message in question and peek into any helpful logs (be sure to have a transaction Id from an API response handy.)&amp;nbsp; I'm not sure what happens to a message's parentId if the parent message is deleted and/or the message sender leaves the organization - could be a valid scenario.&lt;BR /&gt;This sample may be helfpul as it does both date-range message selection and thread reconstruction: &lt;A href="https://github.com/CiscoDevNet/webex-messaging-activity-report-sample" target="_blank"&gt;https://github.com/CiscoDevNet/webex-messaging-activity-report-sample&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 17:22:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-api-integration/m-p/5091390#M3025</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2024-05-06T17:22:32Z</dc:date>
    </item>
  </channel>
</rss>

