Share via


ListPollsRequest 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.

Represents a request sent to a conference center to obtain a report of the polls conducted in a meeting.

Syntax

<ListPollsRequest
    mid = "string">
    <StringQuery...></StringQuery>
</ListPollsRequest>

The following sections describe attributes, parent elements, and child elements.

Attributes

Name

Description

mid (deprecated)

string type. Length range 1-16 characters.

This attribute is deprecated. This attribute is ignored if included in the request. New API client software should use the StringQuery element to query for a specific meeting (mid can be used in the StringQuery).

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

StringQuery

0 or 1

Remarks

The query must match exactly one meeting. The StringQuery element can be used to query for the following options:

  • mid

  • personalPlaceOf

  • name

  • opaque1

  • opaque2

To retrieve poll information from a deleted or removed meeting you must query by mid.

See Also

Concepts

ListPollsReply Element

ListPolls Message