Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Scheduling Meetings

Where can I find the URL API field IDs?

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi teams!
 
I'm new at API development and we are trying top develop a URL API to create a support session from our site.
since we already have the user data, we would like to start the Support session without the need to ask the user to input his data.
 
I saw in the URL API Guide that it's possible to pass the field variables within the API call, but I can't find the field ID...
 
My question is: where can I find a list of all available fields and corresponding IDs to use in the URL API?
 
Thank for your help!!!
Cheers,
-ct-

Hi Carlos,
 
The documentation should have all of the fields listed.  For support center the first thing needed is to set the service type.
 
https://sitename.webex.com/sitename/o.php?AT=ST&SP=SC
 
This will indicate the next commands are specific to support center.
 
To have an attendee join into a support session they will need to click on a link that follows the below format.
 
https://sitename.webex.com/sitename/m.php?AT=JS&SN=${supportNumber}&FN=${first}&LN=${last}&EM=${email}
 
The documentation shows the following name / value pairs the join session call provides
m.php?AT=JS
&SN=SupportSessionNumber
[&FN=FirstName]
[&LN=LastName]
[&EM=EmailAddress]
[&BU=BackURL]
 
Thank you
-Kingsley Lewis

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.