User Guide
learning-path-info 63
See also
acl-field-info
, acl-field-list, acl-field-update
group-membership-update
Availability
Breeze 4.
Description
Adds one or more principals to a group, or removes one or more principals from a group.
To update multiple principals and groups, specify multiple trios of
group-id, principal-id,
and
is-member parameters. For more information, see “About parameters” on page 16.
Parameters
group-id
The ID of the group for which you are updating the membership.
principal-id The ID of the principal whose membership status you want to update.
is-member Indicates whether the principal is added to (true) or deleted from (false) the
group.
Filters
Results cannot be filtered or sorted.
Returned elements
None.
Sample results
<results>
<status code="ok" />
</results>
learning-path-info
Availability
Breeze 5.
Description
Returns a list of learning paths for a learning object that belongs to a curriculum. A learning
object is any SCO that has been added to a curriculum. A learning path is determined by rules
that establish whether a student can proceed to the next learning object or not. For example, you
can create a learning path by establishing prerequisite requirements, completion requirements, or
preassessment requirements.
Note: A call to the learning-path-info API describes the relationship between SCOs within a
curriculum; it does not list the complete contents of a curriculum. To see the contents of a curriculum,
call
sco-expanded-contents.