User Guide

68 Chapter 4: Action Reference
<time-taken>00:00:34.017</time-taken>
</row>
</report-bulk-course-quiz-results>
</results>
Caution: There was an issue with the formatting of the time-taken XML tag, which has been fixed in
the Breeze 4.1 updater. If you see incorrect formatting in the content of a time-taken XML tag,
download the updater from the Licensed Support Center.
report-bulk-meeting
Description
Returns information about all meetings. Similar to the Meeting Information report, except that
the action returns XML data and the report returns downloadable CSV data.
Parameters
accesskey
The access key for the account.
Note: The accesskey parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
Filters
Results cannot be filtered or sorted.
Returned elements
report-bulk-meeting
Sample results
<results>
<status code="ok" />
<report-bulk-meeting>
<row meeting-id="623" invited-participants="3">
<meeting-name>test-mtg-1</meeting-name>
<meeting-scheduled-date-time>2004-07-07T10:00:00.000-07:00</meeting-
scheduled-date-time>
</row>
<row meeting-id="679" invited-participants="2">
<meeting-name>test-mtg-2</meeting-name>
<meeting-scheduled-date-time>2004-07-09T14:00:00.000-07:00</meeting-
scheduled-date-time>
</row>
</report-bulk-meeting>
</results>