Creating a Meeting Example
To create a meeting using the ConnectPro web services, you need to use the ’sco-update’ API and pass in the following parameters:
- name – name of the meeting
- folder-id – parent folder of the meeting
- type – you need to pass in either ‘meeting’ or ‘virtual-classroom’. ‘type’ is required since sco-update is used for creating other objects such as courses and curriculum as well
Here’s an example:
https://www.connectbyexample.com/api/xml?action=sco-update&name=Hello%20World&folder-id=123&type=meeting
You should then see an XML response back from the ConnectPro server:
<results>
<status code=”ok”/>
<sco icon=”meeting” account-id=”725968704″ folder-id=”725968722″ sco-id=”931621386″ type=”meeting” lang=”en” version=”0″>
<url-path>/r59383260/</url-path>
<name>Hello World111</name>
</sco>
</results>
Categories: Meeting, Web Services