<orderBy>STARTTIME</ord
erBy>
</order>
</bodyContent>
</body>
Example 10-15 shows how to make an API call to list
meetings sorted by time.
Example 10-15 Listing All Meetings for a User by
Using the LstsummaryMeeting API
Click here to view code image
curl -X POST \
https://api.Webex.com/WBXService/XMLService \
-H 'cache-control: no-cache' \
-H 'content-type: application/xml' \
-d '<serv:message
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<header>
<securityContext>
<WebexID>devasc</WebexID>
<password>Kc5Ac4Ml</password>
<siteName>apidemoeu</siteName>
</securityContext>
</header>
<body>
<bodyContent
xsi:type="java:com.Webex.service.binding.meeting.LstsummaryMeeting">
<order>
<orderBy>STARTTIME</orderBy>
</order>
</bodyContent>
</body>
</serv:message>'
Setting or Modifying Meeting Attributes