User Guide

154 Chapter 5: XML Results Reference
Contained tags
email
, first-name, last-name
Returned by
principal-info
Example
<contact contact-id="654">
<email>test4-lnagaraj@test.enang.com</email>
<first-name>test4</first-name>
<last-name>laxmi</last-name>
</contact>
cookie
Description
The value of the Java servlet session cookie, named BREEZESESSION.
This is the same cookie that you send with every API call to indicate which user is making the
call. If you call
common-info without logging in first, the server returns a new cookie.
You need the cookie when, for example, you create a new browser window or launch a SCO.
Depending on the way your external system is implemented, it may be more convenient to
acquire the cookie from the server using
common-info than for that layer of your code to
determine what cookie youre sending when you call an API.
Attributes
None.
Contained tags
None (content only).
Returned by
common-info
Example
<cookie>breezm5qtgnye46zpckbf.MARIANNE</cookie>
course
Description
Container tag; contains information about a course.
Attributes
sco-id
The ID of the course.
status Indicates whether a course is active. The possible values are "no-content", which
indicates that the course has just been created but has no content, and
"active".
type Indicates that this SCO is a course. The value is always "course".