Using Connect Enterprise Web Services |
|||
| Action reference > learning-path-update | |||
Breeze 5; Connect Enterprise Web Services 6
Updates the learning path for a single learning object in a curriculum. A learning object is any SCO that is added to a curriculum.
http://server_name/api/xml?action=learning-path-update &curriculum-id=integer¤t-sco-id=integer&target-sco-id=integer&path-type=allowedValue&session=BreezeSessionCookieValue
|
Name |
Type |
Required |
Description |
|---|---|---|---|
curriculum-id
|
Integer |
Y |
The ID of the curriculum to which this learning object belongs. |
current-sco-id
|
Integer |
N |
The ID of the learning object that has the access you want to update. |
target-sco-id
|
Integer |
N |
The ID of the learning object that restricts access to the current learning object (for example, a prerequisite course). |
path-type
|
Allowed value |
Y |
The type of path between the target learning object and the current learning object (see path-type for allowed values). |
session
|
String |
N |
The value of the |
Results cannot be filtered or sorted.
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code="ok" />
</results>
|
Element |
Attribute |
Type |
Description |
|---|---|---|---|
|
|
Container |
Top-level element for the response. |
status
|
|
Empty, with attributes |
The status of the response. |
|
|
Allowed value |
A code indicating the response status (see status). |
https://example.com/api/xml?action=learning-path-update
&curriculum-id=2006298444¤t-sco-id=2007064258
&target-sco-id=2007035246&path-type=completion-required
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code="ok"/>
</results>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/04a_ac13.htm