02-23-2022 11:14 PM
I have internal web application that I want to integrate with CMS through API to get all recording files. It's available?
Solved! Go to Solution.
02-24-2022 12:03 AM
In your case, it doesn't help.
This API request on gives you the object ID of the configured recording servers.
As already written, the videos aren't stored in CMS. They are stored in the NFS share, that you configure (e.g. NFS share on a Windows server). Therefore, you need to get the videos from there.
02-23-2022 11:20 PM
Which recording files do you mean? The recorded meeting videos?
02-23-2022 11:28 PM
Yes recorded meeting videos
02-23-2022 11:39 PM
As the CMS stores the videos on an NFS share, you have to point your application to there.
CMS doesn't store the videos in his own database, and you can't point an application to CMS to grab it.
02-23-2022 11:51 PM
I found this API [http://cmsapi.cisco.io/api/v1/recorders/recorderId]
from this website :https://ciscocms.docs.apiary.io/#reference/system-related-methods/recorder-methods/retrieving-detailed-information-about-an-individual-recording-node
Does it help?
02-24-2022 12:03 AM
In your case, it doesn't help.
This API request on gives you the object ID of the configured recording servers.
As already written, the videos aren't stored in CMS. They are stored in the NFS share, that you configure (e.g. NFS share on a Windows server). Therefore, you need to get the videos from there.
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