Macromedia breeze-using the breeze xml web services User Manual

Page of 196
102
Chapter 4:  Action Reference
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.
sco-id
  The ID of a SCO.
Filters
Results cannot be filtered or sorted.
Returned elements
 
Sample results
<results>
<status code="ok" />
<sco-nav>
<sco sco-id="181230" tree-id="181230" type="folder" depth="2">
<name>User Meetings</name>
</sco>
<sco sco-id="181576" tree-id="181230" type="folder" depth="1">
<name>tennant@example.com</name>
</sco>
<sco sco-id="503545" tree-id="181230" type="meeting" depth="0">
<name>created with 402</name>
</sco>
</sco-nav>
</results>
sco-search
Description
Provides a list of all SCOs that match the search text.
For every type of SCO, the title and summary are searched. For presentations and other SCOs 
that contain text, the contents of the SCO are also searched.
Parameters
accesskey
  The access key for your 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.
query
  A string to search for. You can use the backslash (\) character before the following 
characters to escape them in the query string:
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
Filters
You can restrict the returned data to a specific number of rows using the 
filter-rows
 and 
filter-start
 parameters. For example, the following code returns the first five rows of data:
filter-rows=5&filter-start=0