API Documentation /
API Method:
add_attendees
Add attendees to a class
If you’re unsure of what a particular set of values will produce, our API Explorers
can help. First create your example class with the create method’s API Explorer. Then, use the assigned class_id in the add_attendees method’s API Explorer.
End point URL
http://classapi.wiziqxt.com/?method=add_attendees
Authentication
This method requires authentication.
Select class type:
Parameter
|
Type
|
Description
|
Example
|
class_id
|
Required
|
The unique ID assigned to this class by WizIQ.
|
4552
|
attendee_list
|
Required
|
The list of the attendees, in XML format.
|
attendee_list XML
|
Response XML Example
<rsp status="ok" call_id="g7hj8h2dgty4">
<method>add_attendees</method>
<add_attendees status="true">
<class_id>12187</class_id>
<attendee_list>
<attendee>
<attendee_id><![CDATA[101]]></attendee_id>
<attendee_url><![CDATA[http://live.wiziq.com/aliveext/LoginToSession.aspx?SessionCode=HaR2cjbYXtNL1MuFKubtag%3d%3d]]></attendee_url>
</attendee>
</attendee_list>
</add_attendees>
</rsp>
Error Codes
1007 - Attendees can be added only in an upcoming class.
1008 - This class has been cancelled.
1009 - class_id is invalid.
1020 - class_id parameter is missing.
1021 - attendee_list parameter is missing.
1023 - screen_name is missing.
1024 - attendee_id is missing.
1043 - The language is invalid or unsupported in the VC.
1044 - language_culture_name parameter is missing.
1088 - class_master_id parameter is empty/invalid.