meetview. logo

Table of Contents

GetRegistrationFields
Returns the registration fields setup for the webcast along with whether the field is required and which field is the primary. The primary field can be used to log in a user that has previously registered for a webcast.

The returned field labels can be used with the ‘JoinWebcast’ call to register and login users. Other returned information may be used for future functions added to the API. Upon successfully registering or logging in, the URL to the webcast player is returned along with a login value.

Example
Call= GetRegistrationFields Parameters= {“AccessID”:”1234abc”,”WebcastID”:1485,”AccessKey”:”abcde”}

URL with Urlencoded Values
https://www.domain.com/templates2.0/API/?Call=GetRegistrationFields&Parameters=%7B%22AccessID%22%3A50%2C%22WebcastID%22%3A1485%2C%22AccessKey%22%3A%22abcde%22%7D

Example Return Result {“Fields”:[{“ID”:”2594″,”Label”:”First Name”,”required”:”true”},{“ID”:”2595″,”Label”:”Last Name”,”required”:”true”},{“ID”:”2596″,”Label”:”City”,”required”:”true”},{“ID”:”2597″,”Label”:”Email”,”required”:”true”}],”PrimaryField”:{“Label”:”Email”,”ID”:”2597″}}

 

Quote Request