Adobe Connect User Community
Menu

#1 2012-03-05 05:24:42

**_alsodenn_**

API: list recordings

Hi

Can I use the API to list all recordings for a meeting from a external application?

I looked in the documentation, but didn't found it.

Any idea how to solve this?

Offline

#2 2012-03-05 09:10:14

**_bklaas_**

Re: API: list recordings

If you know the SCO-ID of the parent meeting for the recording, you can call

action=sco-contents

against the Connect API. This will get you a big XML structure of all the information pertaining to that meeting. Within that XML is a node delineated by the attribute @icon='archive'. This node contains all the recordings for a meeting. An XPath search against

//sco[@icon='archive']

will return the XML containing the recordings that you can then parse.

Offline

Board footer