User Guide

106 Chapter 4: Action Reference
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.
date-begin
The scheduled beginning date and time. The date format is ISO 8601. (Used only
for meetings and courses.)
date-end The scheduled ending date and time. The date format is ISO 8601. (Used only for
meetings and courses.)
description A description of the SCO to be read by users.
email The e-mail address of the contact person for the SCO. (Used only for presentations.)
first-name The first name of the contact person for the SCO. (Used only for presentations.)
folder-id The ID of the folder in which the server will create the new SCO. This parameter is
optional and cannot be specified with
sco-id.
last-name The last name of the contact person for the SCO. (Used only for presentations.)
name The name of the SCO.
sco-id The ID of a SCO to update. This parameter is optional and cannot be specified with
folder-id.
sco-tag A label for the SCO. Can contain any arbitrary data; for example, for an Economics
101 course, you might specify 101 for the
sco-tag parameter. (Used only for courses.)
source-sco-id The ID of the SCO’s content. (Used only for courses.)
type The type of the new SCO. For information about types, see About principals, SCOs, and
IDs” on page 16.
Filters
Results cannot be filtered or sorted.
Returned elements
If you update an existing SCO, no elements are returned.
If you create a new SCO,
sco.
Sample results
The following sample XML is returned when a new SCO is created:
<results>
<status code="ok" />
<sco folder-id="181412" type="folder" sco-id="2501961" status="active"
author-contact-id="2501962" tree-id="181227" sco-data-id="2501963">
<url-path>/p54135747/</url-path>
<name>Test SCO</name>
</sco>
</results>