User Guide

96 Chapter 4: XML API Reference
Returned elements
report-quiz-takers
Sample results
<results>
<status code="ok" />
<report-quiz-takers>
<row transcript-id="13106" sco-id="13105" principal-id="10021"
status="user-passed" score="2" certificate="13106" attempts="1">
<login>bcassaly@macromedia.com</login>
<date-taken>2005-03-02T16:00:33.170-08:00</date-taken>
<principal-name>Bart Cassaly</principal-name>
</row>
<row transcript-id="13110" sco-id="13105" principal-id="11211"
status="user-failed" score="0" certificate="13110" attempts="1">
<login>gbest@macromedia.com</login>
<date-taken>2005-03-02T16:03:36.750-08:00</date-taken>
<principal-name>George Best</principal-name>
</row>
<row transcript-id="14102" sco-id="13105" principal-id="12029"
status="user-passed" score="2" certificate="14102" attempts="4">
<login>bart1cassaly@yahoo.com</login>
<date-taken>2005-03-04T16:37:31.077-08:00</date-taken>
<principal-name>Finbarr Cassidy</principal-name>
</row>
</report-quiz-takers>
</results>
report-disk-usage
Availability
Breeze 4. This API is not supported in Breeze 5.
Description
Provides information about how much hard disk space the Breeze content for the current account
uses, in bytes. Includes all content and archives.
Parameters
None.
Filters
Results cannot be filtered or sorted.
Returned elements
report-disk-usage
Sample results
<results>
<status code="ok" />
<report-disk-usage total="849327881" />
</results>