LegatoPPM API

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

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)

Home

REST Endpoints

SOAP Services

XML Data Elements

XML Data Types