Provides a list of recordings (FLV and MP4) from a specified folder.
Availability
Adobe Connect 9.1.
Description
Provides a list of recordings (FLV and MP4) for a specified folder.
Parameters
Parameter Name |
Type |
Required |
Description |
---|---|---|---|
folder-id |
Integer |
Yes |
ID of the folder from which the recordings are listed. |
Response values
Element |
Attribute |
Type |
Description |
recordings |
NA |
NA |
Node list containing all the recordings and recording conversions |
sco |
NA |
NA |
A single MP4 conversion entry or a regular recording entry in a given folder |
sco |
sco-id |
BIGINT |
SCO ID |
sco |
source-sco-id |
BIGINT |
Source SCO ID - for example, a recording submitted for conversion or a meeting in which the recording was created |
sco |
folder-id |
BIGINT |
Folder ID where the item is located |
sco |
type |
Integer |
Sco type |
sco |
icon |
String |
Icon type |
sco |
display-seq |
Integer |
Display sequence |
sco |
job-id |
BIGINT |
Job ID |
sco |
account-id |
BIGINT |
Job's account ID |
sco |
job-status |
String |
Conversion job's status (empty for regular recordings) |
sco |
encoder-service-job-progress |
Integer |
Conversion job progress value (empty for regular recordings) |
sco |
is-folder |
Integer |
0 if the entry isn't a folder |
sco |
no-of-downloads |
Integer |
Number of downloads |
sco->name |
NA |
String |
Name of the entry |
sco->url-path |
NA |
String |
URL path to the entry |
sco->date-begin |
NA |
time-period |
When the recording started |
sco->date-end |
NA |
time-period |
When the recording ended |
sco->date-created |
NA |
time-period |
Entry's creation date |
sco->date-modified |
NA |
time-period |
The last time any changes were applied to this entry |
sco->duration |
NA |
String |
Exact duration of the recording |
sco->filename |
NA |
String |
Recording's file name |
Sample request
https://sample.com/api/xml?action=list-recordings&folder-id=11914
Sample response
<results> <status code="ok"/> <recordings> <sco sco-id="13633" source-sco-id="13402" folder-id="11914" type="content" icon="archive" display-seq="0" job-id="13634" account-id="" job-status="" encoder-service-job-progress="" is-folder="0" no-of-downloads="0"> <name>content_test</name> <url-path>/p4tc3hz7erj/</url-path> <date-begin>2013-06-06T14:28:37.457+02:00</date-begin> <date-end>2013-06-06T14:35:02.383+02:00</date-end> <date-created>2013-06-06T14:28:37.457+02:00</date-created> <date-modified>2013-06-24T14:24:26.973+02:00</date-modified> <duration>00:06:24.927</duration> <filename>/common/meetingAS3/shell/shell.swf</filename> </sco> </recordings> </results>