GetSeatsReservedReply Element
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Returns the number of seats reserved during the specified time period.
Syntax
<GetSeatsReservedReply>
<SeatsReserved ...></SeatsReserved>
...
</GetSeatsReservedReply>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Parent Element
Element |
Occurrences |
---|---|
1 |
Child Element
Element |
Occurrences |
---|---|
1 or more |
Remarks
The GetSeatsReservedReply element must contain one or more SeatsReserved child elements. The child elements divide the time interval in the query into one or more subintervals that together completely span the query interval. Each child element gives the total number of seats reserved in the entire conferencing service for all finite (non-ongoing) meetings partly or completely overlapping that subinterval. The child elements are in increasing time order.
If the request fails, a Fault element is returned.
Example
<PlaceWareConfCenter>
<GetSeatsReservedReply>
<SeatsReserved maxUsers="20">
<TimeInterval startTime="2001-03-01T10:00:00Z" endTime="2001-03-01T10:30:00Z"/>
</SeatsReserved>
<SeatsReserved maxUsers="30">
<TimeInterval startTime="2001-03-01T10:30:00Z" endTime="2001-03-01T11:00:00Z"/>
</SeatsReserved>
<SeatsReserved maxUsers="0">
<TimeInterval startTime="2001-03-01T11:00:00Z" endTime="2001-03-01T11:02:59Z"/>
</SeatsReserved>
<SeatsReserved maxUsers="99">
<TimeInterval startTime="2001-03-01T11:02:59Z" endTime="2001-03-01T12:00:00Z"/>
</SeatsReserved>
</GetSeatsReservedReply>
</PlaceWareConfCenter>