Adobe Connect User Community
Menu

#1 2018-04-24 09:39:58

GAZimmerman

Pull a report of all recorded events in my account

I need information on all of the recordings we have in our hosted account.  If possible, I also need to have viewing information about each recording as well. Which report would I use to get this information?

Offline

#2 2018-04-24 22:18:42

Jorma_at_CoSo

Re: Pull a report of all recorded events in my account

You would either need to pull individual reports for each recording or you can use the APIs to create a script that gets this information for you.

Keep in mind that to get the reports for a recording you will need to move it from the Recordings section of the Meeting to a folder in the Content Library. Then you can pull the reports from the Connect Central interface.

This is not a trivial task, so you may find the effort of creating an API call to regularly retrieve this information and then parsing it out into a format that you can use less effort if you have a significant number of recordings.

Offline

#3 2018-04-26 08:30:03

GAZimmerman

Re: Pull a report of all recorded events in my account

Thank you. Is there an easy way to just pull a list of all of the recorded events so I know where to start looking?  Our environment has been around for several years.

Offline

#4 2018-04-26 11:30:14

Jorma_at_CoSo

Re: Pull a report of all recorded events in my account

I'm not an API expert by any stretch, but I believe you would start by requesting a list of all the recordings on the account and then using the recording SCO IDs you could query for their reports.

Recordings will be labeled as Archives: https://helpx.adobe.com/adobe-connect/w … .html#type

You can search for them using this call https://helpx.adobe.com/adobe-connect/w … earch.html

Then you can start by getting a view report https://helpx.adobe.com/adobe-connect/w … views.html

I'm sure there is more detail you can pull but it may take a bit of planning and research with the API's. Full documentation can be found here https://helpx.adobe.com/adobe-connect/w … opics.html

Also, keep in mind that paying attention to the URL string while looking at information in the Connect Central UI may help reveal how the information is retrieved when using the API.

Offline

Board footer