User Guide

report-bulk-meeting 87
<date-time-attempted>2004-07-13T10:54:09.030-07:00</date-time-
attempted>
<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
Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by the
report-bulk-objects API and filter on the type field, as in the
following example:
http://breezeserver/api/xml?action=report-bulk-objects&filter-like-
type=meeting
Description
Returns information about all meetings. Similar to the Meeting Information report, except that
the API returns XML data and the report returns CSV-formatted data.
Parameters
None.
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>