70
Chapter 4: Action Reference
report-course-status
Description
Returns course status for either a principal or a SCO, based on the parameters passed in.
Parameters
accesskey
The access key for the 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.
principal-id
The ID of the principal for whom the courses status is requested.
sco-id
The ID of the SCO for which the course status is requested.
Note:
Only one of the
principal-id
or
sco-id
parameters needs to be passed in based on the type of
information needed.
Filters
Results cannot be filtered or sorted.
Returned elements
report-course-status
Sample results
When the
sco-id
parameter is passed in, the following XML may be returned:
<results>
<status code="ok" />
<report-course-status total-course-completions="2" total-unique-course-
completions="1" num-passed="1" num-failed="1" num-enrollees="3">
<date-last-taken>2004-07-13T10:55:28.763-07:00</date-last-taken>
</report-course-status>
</results>
When the
principal-id
parameter is passed in, the following XML may be returned:
<results>
<status code="ok" />
<report-course-status total-course-completions="4" total-unique-course-
completions="4" num-passed="3" num-failed="1">
<date-last-taken>2004-07-27T12:53:42.297-07:00</date-last-taken>
</report-course-status>
</results>
Содержание BREEZE-USING THE BREEZE XML WEB SERVICES
Страница 1: ...Using the Breeze XML Web Services...
Страница 8: ...8 Contents...
Страница 12: ...12 Introduction Before You Begin...
Страница 26: ...26 Chapter 2 Working with Filters...
Страница 36: ...36 Chapter 3 Common Tasks...
Страница 112: ...112 Chapter 4 Action Reference...
Страница 186: ...186 Chapter 5 XML Results Reference...
Страница 196: ...196 Index...