Table of Contents
API Calls
All calls to the API are made using query strings. Two name value pairs are used. They are ‘Call’ and ‘Parameters’
‘Call’ is the name of the function to be called and can currently be one of the following: ‘WebcastStatus’, ‘JoinWebcast’, ‘GetRegistrationFields’, or ‘CallDetailRecords’.
The ‘Parameters’ is a urlencoded JSON string containing the function call parameters.
All calls currently require as a minimum the following parameters ‘AccessID’,‘AccessKey’.
All call results are returned as JSON encoded strings. All results should be checked for error messages. If there are no error messages returned then the call has completed successfully.
Please note all these calls can also be made using POST or GET
-
- WebcastStatus
- GetRegistrationFields
- JoinWebcast
- CallDetailRecords
- SendSlide
- GetNewSlideDeck
- GetWebcastInformation
- GetPlayerInformation
- GetParticipantChatMessagesAsCSV
- CopyWebcast
- FindWebcastIDsByProperty
- UpdatePlayerProperties
- UpdateWebcastProperties
- DownloadEmailStatusCSV
- CreateAdminUser
- DeleteAdminUser
- GetAdminLoginURL
- GetActiveWebcasts
- AddResource
- AddImage
- AddMedia
- AddPresentation
- AddPlayerSpeaker
- GetParticipantData
- AddTurboBridgeConferenceDetails