User Guide
134 Chapter 4: XML API Reference
To upload a different SCO and rebuild the presentation, call sco-upload and sco-build in that
order.
The following sample results are returned when a presentation is updated:
<results>
<status code="ok" />
</results>
The following sample XML is returned when a course is created:
<results>
<status code="ok" />
<sco folder-id="954" lang="1" type="course" sco-id="1520" source-sco-
id="720" status="active" tree-id="10" sco-data-id="722">
<date-begin>2004-07-26T24:41:58.330-07:00</date-begin>
<date-end>2004-07-28T21:41:58.330-07:00</date-end>
<sco-tag>test-3</sco-tag>
<url-path>/p41607453/</url-path>
<description>testXMLAPIcourse-3</description>
<name>testAPI-course-3</name>
</sco>
</results>
To update the starting date, ending date, course ID, summary, description, name, and content
associated with a course, replace the
folder-id parameter with the sco-id parameter.
The following sample XML is returned when updating a course:
<results>
<status code="ok" />
</results>
The following sample XML is returned when creating a meeting:
<results>
<status code="ok" />
<sco folder-id="1426" lang="en" type="meeting" sco-id="1429" status="active"
tree-id="14" sco-data-id="1431">
<date-begin>2004-07-22T21:41:58.330-07:00</date-begin>
<date-end>2004-07-22T21:51:58.330-07:00</date-end>
<url-path>/r54578750/</url-path>
<description>testXMLAPI-mtg</description>
<name>testAPI-mtg</name>
</sco>
</results>
You can update meeting starting and ending times, names, and descriptions by replacing the
folder-id parameter with the sco-id parameter.
The following sample XML is returned when updating a meeting:
<results>
<status code="ok" />
</results>
See also
sco-build
, sco-upload