LstsummarySession
LstsummarySession
lists summary information for scheduled sessions. Users can specify search criteria such as host email and Webex ID, service type, session type and status (in progress or not in progress).
LstsummarySession
can return information for all service types, including Meeting Center, Training Center, Event Center, Sales Center and Support Center. Information is returned based on which service types are specified in the request using the serviceTypes
element. It can be used in place of LstsummaryMeeting
, LstsummaryTrainingSession
, and LstsummaryEvent
.
If any serviceTypes
specifications are defined in the request, then audio-only (AUO=16), access anywhere (RAS=10), and SMARTtech (SMT=14) sessions will be filtered out, unless they are specified in sessionTypes
.
The startTime
value is returned in the timezone specified in the timeZoneID
within dateScope
in the request. If this is not spcified, startTime
is returned in GMT. This will be adjusted for daylight saving and standard time based on if the startDate
falls in the timeZoneID’s DST span.
The returned session list includes sessions that the user is invited to if invited
is set to TRUE
. This search can be combined with a date range to narrow down the results.
The returned session list includes whether or not a session is a repeating or a single event.
The returned session list includes sessions where the specified hostWebID
or hostEmail
is an alternate host.
LstsummarySession
can return a session list based on the ConfID
.
LstsummarySession
can return a session list based on a case-insensitive search for meeting topics that start with the string specified in the confName
field.
Notes
- If both
hostWebExID
and hostEmail
are unspecified, a site administrator calling LstsummarySession
will attempt to return scheduled sessions for all hosts on the site. A regular host will return only his or her own sessions. This API is not designed for site administrators requesting information about meetings for many, or all users, on a site and such requests can lead to unpredictable behavior, ranging from very slow system responses to an error message.
- A regular host can, by default, specify another
hostEmail
or webExID
for LstsummarySession
to retrieve public, private and unlisted sessions for other hosts. However, if the Allow 1-Click user to join unlisted Meetings
setting is unchecked in the Site Administration tool, a regular host cannot retrieve another host's private or unlisted sessions.
- When you call
LstsummarySession
without user authentication—that is, the webExID
and password
are not specified in the security context header—you can retrieve all public sessions on the site. However, if Require login before site access
is checked in the Site Administration tool, LstsummarySession
cannot be called without user authentication. Please note that, as mentioned in the first note above, requests that return a large amount of data can lead to undesirable behavior.
- Calculating recurring sessions is resource intensive and can severely affect system performance. Date ranges for querying recurring sessions may not exceed 42 days. Recurring sessions may not be queried using an endDate range, or with the OR listMethod.
For descriptions of the global elements in the security context of the header, please see Global Request Elements in Security Context.
For descriptions of the non-global elements, please refer to Elements in WebEx XML Schema Definitions for the Meeting Service.
Request
The following schema diagram shows the structure of the elements in a lstsummarySession
request message.
Figure 4-17 • Schema Diagram for lstsummarySession

The XML code below shows a sample request for summary information about scheduled sessions.
Response
The following schema diagram shows the structure of the elements in a lstsummarySessionResponse
message.
Figure 4-18 • Schema Diagram for lstsummarySessionResponse

The sample XML document shows an example of a possible response to a lstsummarySession
request such as the one above.