Adobe Connect User Community
Menu

#1 2009-07-27 11:54:09

**_walker23_**

api call question

Hi all,

been doing some work with the api and seems pretty straightforward - but (and i am probably being dense here) can't seem to see how to get a list of all users for meeting x?

help appreciated

thanks

Matt

Offline

#2 2009-08-04 08:08:55

**_jcooper9099_**

Re: api call question

Morning matt,

Meeting information is recorded by attendee or by session and can be queried by Date / Time.

First you need the sco of the meeting get it by doing something like
https://your.connect.domain/api/xml/act … -name=YOUR MEETING NAME

Then get the attendees


try something like https://your.connect.domain/api/xml?act … co-id=YOUR MEETING SCO &filter-gte-date-created=[iso date time]&filter-lt-date-created=[iso date time]

Offline

Board footer