Data: session
- Namespace: http://api.legatoppm.com/session
- XML Schema File: session.xsd
The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.
The following elements are members of this namespace:
The following types are members of this namespace:
Element session
- Type: session
Session
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<session:session xmlns:session="http://api.legatoppm.com/session">
<sessionId>
<!--content of type 'string'-->
...
</sessionId>
</session:session>
Example JSON
{
"sessionId" : "..."
}
Type session
Session
Child Elements
name (type) | min/max occurs |
description |
---|---|---|
sessionId (string) | 0/1 | (no documentation provided) |