Broadcast Records API Calls
These are the methods for working with seminar/course broadcast records in MyFreestone®.
Methods and Examples
Update Broadcast Record
Update the details of a broadcast record for a seminar/course by using its Broadcast ID, which can be fetched with the Get a Seminar Broadcast endpoint.
Method/URL
PUT https://api.myfreestone.com/seminar_broadcast/{broadcast_id}Parameters
(string) starttime - Time the broadcast should begin.
(string) endtime - Time broadcast should end. Duration of the live event is calculated based on start time and end time.
(int) expected_attendees - Number of expected attendees.
(int) checkpoint_threshold - Number of checkpoints a customer is required to hit to pass the requirement.
(bool) hideQA - Set as ‘true’ to hide new questions from automatically publishing to live event attendees.
(bool) hide_qa_name - Set as ‘true’ to hide the Attendee name for submitted questions in the Viewer Q&A tab.Return [status]
(null) - [204]