07-06-2017 05:38 PM
I am trying to download recorded meetings from my webex account using NBR APIs
as mentioned in this link.
Cisco DevNet: WebEx Conferencing - NBR Web Services API
For using DownloadNBRStorageFile API, I need the following parameters.
recordID | Long. | Unique identifier for each WebEx recording. |
siteID | Long. | Unique identifier for each WebEx site. |
ticket | String. | Ticket used to validate authentication and authorization. |
I believe I have to get ticket using GetStorageAccessTicket.
However, I am not able to figure out how to get siteId for my webex account (it is not
enterprise account, just an individual account).
My webex account is WebEx Meeting Center
Also, how I do get recordID needed in DownloadNBRStorageFile API ?
Any help is greatly appreciated.
Also, it will be very helpful if someone has working sample code which uses these APIs they can share.
Thanks in advance.
Solved! Go to Solution.