06-19-2017
08:06 AM
- last edited on
02-24-2022
12:13 PM
by
Cole Callahan
Hello all,
I am looking to see if I am doing the right thing. I am trying to download recorded meeting files from people within my company, so we could have them all in one place. Is this the correct target URL (playback recorded events) hubspot.webex.com/hubspot/m.php?AT=PR when I use this URL with the parameters hubspot.webex.com/hubspot/m.php?AT=PR&AE=acarpenter@hubspot.com&FN=Adam&LN=Carpenter all I see is a blank page? Will I need a different target URL? Are these the wrong parameters? Is there an easier API where I could download them in bulk?
Thank you,
Rizel
Solved! Go to Solution.
06-20-2023 11:07 AM
The recording details resource does include direct, temporary download URLs designed for programmatic access:
06-27-2023 12:04 PM
Hello, This guide is the way to go for this issue. https://developer.webex.com/docs/api/guides/access-meeting-resources-guide
09-04-2019 12:32 AM
I want REST API to download recorded meeting files.
09-04-2019 12:22 PM
A rest API is not available currently, however the web services NBR API for Meetings recording management/access is available which shouldn't be too difficult to use (SOAP based.)
10-05-2017 04:40 AM
Hi Rizel,
I have built a PHP package for NBR API. Please visit this URL for more information GitHub - rsathishtechit/webex: PHP WebEx package for XML and NBR API's
Hope it helps.
07-02-2017 07:14 PM
Hi Rizel,
I have moved your question under webex developer community for better visibility of support engineers. Please check these urls for related info - https://cisco-marketing.hosted.jivesoftware.com/message/205843 and https://communities.cisco.com/docs/DOC-45894
Thanks and Regards,
Geevarghese
02-24-2022 04:09 PM
If you're amenable to using the Webex REST API, it's pretty easy to list/retrieve recordings: https://developer.webex.com/docs/api/v1/recordings
07-03-2017 08:50 AM
The URL API is not designed for programatic downloading, its designed for end user consumption with a web browser.
For Recordings we have the NBR WebServices API.
06-20-2023 07:07 AM - edited 06-20-2023 07:09 AM
This is exactly right - we can currently programmatically download recordings ONLY via the SOAP based NBR webservices (XML) api. However, as far as I see, this is being retired starting Jul 2023 without any rest api equivalent (crucially the download url accessible from the rest api does not allow programmatic download, even by admins). Is there any solution / workaround for admins to programmatically download recordings once the NBR api is disabled??
06-20-2023 11:07 AM
The recording details resource does include direct, temporary download URLs designed for programmatic access:
10-26-2023 05:48 PM
@dstaudt : Will this API work for TrainingCenter Type as well?
It does not seem to be working for the recordings that we are trying, We want to ensure if we are passing the right payload
06-29-2023 02:58 PM
Thank you for sharing this: I take it all back! I must have missed this when testing the rest api previously, apologies... Confirmed working perfectly for programmatic download (and happy to see rest support for this over the previous NBR api)... Appreciated!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide