cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
918
Views
10
Helpful
5
Replies

CMS API

iamohamed
Level 1
Level 1

I have internal web application that I want to integrate with CMS through API to get all recording files. It's available?

1 Accepted Solution

Accepted Solutions

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.

View solution in original post

5 Replies 5

b.winter
VIP
VIP

Which recording files do you mean? The recorded meeting videos?

Yes recorded meeting videos

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.

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?

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.