Table of Contents
CallDetailRecords
Returns gathered webcast information in CSV format.
Example
Call= CallDetailRecords Parameters={“AccessID”:”1234abc”,”WebcastID”:1485,”AccessKey”:”abcde”}
URL with Urlencoded Values
https://www.domain.com/templates2.0/API/?Call= CallDetailRecords&Parameters=%7B%22AccessID%22%3A50%2C%22WebcastID%22%3A1485%2C%22AccessKey%22%3A%22abcde%22%7D
Example Return Result
{“Registrations”: “CSV of registrations…”, “Questions”:” CSV of questions…”, “SurveySummary”:” CSV of survey summary…”, “PollSummary”:” CSV of poll summary…”, “PollResults”:” CSV of poll results…”, “SurveyResults”:” CSV of survey results…”, “PlayerCounts”:” CSV of player counts…”, “PlayerCountsByParticipant”:” CSV of player counts by participanty…”}