<?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: Get roomId of a team's General space in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667748#M1321</link>
    <description>&lt;P&gt;replied on webex in 1:1 chat.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 11:09:31 GMT</pubDate>
    <dc:creator>Raffaele Lagana</dc:creator>
    <dc:date>2022-08-11T11:09:31Z</dc:date>
    <item>
      <title>Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667675#M1309</link>
      <description>&lt;P&gt;Hi , &lt;BR /&gt;I want to retrieve the ID for a space by name "General" under "Webex Production Triage" Team , How do i do that , I could retrieve the Team ID alone but not the Space ID under the team , to send message using the /POST request on /room&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:19:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667675#M1309</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T08:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667677#M1310</link>
      <description>&lt;P&gt;You can use the teamId in the list-rooms API here:&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/rooms/list-rooms" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/api/v1/rooms/list-rooms&lt;/A&gt;&amp;nbsp;and once you get all the rooms within that team, the "General" space will be the one who's title is the team's name. For example, in your case your team's name is "&lt;SPAN&gt;Webex Production Triage&lt;/SPAN&gt;", then the title of the general room will be that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:24:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667677#M1310</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667693#M1311</link>
      <description>&lt;P&gt;I am not able to find a room with the same name as the team / with the name "General" from the list received from list rooms API given a teamId&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 09:41:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667693#M1311</guid>
      <dc:creator>swaas</dc:creator>
      <dc:date>2022-08-11T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667697#M1312</link>
      <description>&lt;P&gt;What exactly is your result when you try this? Do you get an error or something else?&lt;/P&gt;
&lt;P&gt;Can you share the API request you made? Please provide the trackingID too, you can get it from the response headers.&lt;BR /&gt;&lt;BR /&gt;Is the user making the request part of the team and space you're trying to retrieve?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 09:47:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667697#M1312</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T09:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667705#M1314</link>
      <description>&lt;P&gt;{&lt;BR /&gt;"id": "Y2lzY29zcGFyazovL3VzL1RFQU0vNGNlMDI1NDAtMGE1Ny0xMWU3LThhMjQtNzVhYmEyNWNkOWIz",&lt;BR /&gt;"name": "Webex Production Triage (Synthetic)",&lt;BR /&gt;"creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8yZDlmYmYyZi1mZDEyLTQxODAtYjM4MC0wNTZkNWMzOGYzN2M",&lt;BR /&gt;"created": "2017-03-16T14:46:12.628Z"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;This is the team ID, and I am using the developer. webex.com to run these APIs from UI&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when trying to list rooms using the above team ID, I am not able to retrieve the space ID for the General&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 09:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667705#M1314</guid>
      <dc:creator>swaas</dc:creator>
      <dc:date>2022-08-11T09:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667711#M1315</link>
      <description>&lt;P&gt;Thanks, can you share the request and response you made to the /rooms API?&lt;BR /&gt;&lt;BR /&gt;Please also share the trackingId (in the response headers, which if using developer.webex.com, can be found in the Browser's developer tools, in the network tab.) so we can check logs.&lt;BR /&gt;&lt;BR /&gt;Or if this is not possible for you, please create a ticket with us by emailing &lt;A href="mailto:devsupport@webex.com" target="_blank"&gt;devsupport@webex.com&lt;/A&gt;&amp;nbsp;describing the issue you have and providing your access token so that we can test it on our side.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:08:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667711#M1315</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T10:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667712#M1316</link>
      <description>&lt;P&gt;Thanks, can you share the request and response you made to the /rooms API?&lt;BR /&gt;&lt;BR /&gt;Please also share the trackingId (in the response headers, which if using developer.webex.com, can be found in the Browser's developer tools, in the network tab.) so we can check logs.&lt;BR /&gt;&lt;BR /&gt;Or if this is not possible for you, please create a ticket with us by emailing &lt;A href="mailto:devsupport@webex.com" target="_blank"&gt;devsupport@webex.com&lt;/A&gt;&amp;nbsp;describing the issue you have and providing your access token so that we can test it on our side.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:08:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667712#M1316</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T10:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667715#M1317</link>
      <description>&lt;P&gt;&lt;SPAN&gt;WEBEX-DEV-PORTAL_293c1360-3728-403b-a085-64fa41be09c6_8 -- trackingID&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:12:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667715#M1317</guid>
      <dc:creator>swaas</dc:creator>
      <dc:date>2022-08-11T10:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667730#M1318</link>
      <description>&lt;P&gt;We'd need the full request and response you're making as well, to match the logs. Our logs don't store those for security reasons.&lt;BR /&gt;&lt;BR /&gt;Can you also confirm that the user who is making the request is part of the team and room?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:48:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667730#M1318</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667740#M1319</link>
      <description>&lt;P&gt;User swaas , I have shared the req and response as attachments on Webex&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667740#M1319</guid>
      <dc:creator>swaas</dc:creator>
      <dc:date>2022-08-11T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667741#M1320</link>
      <description>&lt;P&gt;PFA Req and Response&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:03:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667741#M1320</guid>
      <dc:creator>swaas</dc:creator>
      <dc:date>2022-08-11T11:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get roomId of a team's General space</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667748#M1321</link>
      <description>&lt;P&gt;replied on webex in 1:1 chat.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:09:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-roomid-of-a-team-s-general-space/m-p/4667748#M1321</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T11:09:31Z</dc:date>
    </item>
  </channel>
</rss>

