User Guide
132 Chapter 4: XML API Reference
To use sco-update with a Breeze presentation:
1.
Call sco-update with the folder-id parameter to create a SCO.
Pass the following parameters:
folder-id, description, name, author-info-1 (the author’s
name),
author-info-2 (the author’s title), author-info-3 (the company name),
type=presentation, and lang.
2.
Call sco-upload to associate content with this SCO.
Note: See sco-upload for a sample of an HTML form that associates content with a presentation
created through the XML API.
3.
Call sco-build to build the SCO.
4.
Call permissions-update to assign permissions to the SCO.
To use sco-update with a Breeze course:
1.
Call sco-update to create a course and associate preexisting content with the course through
the
source-sco-id parameter.
Pass the following parameters:
folder-id, date-begin, date-end, description, name,
type=course, source-sco-id, and sco-tag.
2.
Call permissions-update to add enrollees to the course.
To use sco-update with a Breeze meeting:
1.
Call sco-update to create the meeting.
Pass the following parameters:
folder-id, date-begin, date-end, description, name, and
type=meeting.
Note: You must use Breeze Manager to associate content with a meeting that was created using
the XML API.
2.
Call permissions-update with the following parameter values to set public or private access
to the meeting:
// private:
principal-id=public-access&permission-id=denied
// public:
principal-id=public-access&permission-id=view-hidden
3.
Call permissions-update to assign presenter or participant permissions to the meeting.
Parameters
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.)