report-bulk-objects
89
report-bulk-objects
Availability
Breeze 5.
Description
Returns information about every object on the Breeze server. Object types include archive,
attachment, authorware, captivate, course, curriculum, external-event, FLV, image, meeting,
presentation, and SWF.
Use filters to limit the returned XML. For example, to return a list of all the meetings in an
account, filter on the
type
field, as in the following example:
http://breezeserver/api/xml?action=report-bulk-objects&filter-like-
type=meeting
Parameters
None.
Filters
The following table lists the fields on which the data can be filtered and sorted:
Caution:
In Breeze 5, you can’t filter the
type
field for a specific value; you must use the
like
modifier.
For example, in the following code, the first line throws an exception, but the second line executes
correctly:
http://
breezeserver
/api/xml?action=report-bulk-objects&filter-type=meeting
http://
breezeserver
/api/xml?action=report-bulk-objects&filter-like-
type=meeting
Returned elements
report-bulk-objects
Sample results
<results>
<status code="ok" />
<report-bulk-objects>
<row>
<url>/pf232654/</url>
<type>presentation</type>
<name>232654</name>
<date-created>2003-07-14T14:54:16.757-07:00</date-created>
<date-end>2003-07-14T14:54:16.757-07:00</date-end>
<date-modified>2003-10-30T12:14:52.740-08:00</date-modified>
Field
Filter/Sort
date-modified
Filer and sort
name
Filter and sort
type
Filter and sort
url
Filter and sort
Содержание BREEZE 5
Страница 1: ...Breeze Integration Guide ...
Страница 40: ...40 Chapter 3 Common Tasks ...