Table of Contents

FindWebcastIDsByProperty
Returns an array of webcast IDs that have a property/column in the webcast reservation table set to the passed value.

Example
Call=FindWebcastIDsByProperty

Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”Property”:”reference”,”Value”:”somereference”}

URL with Urlencoded Values
https://www.domain.com/templates2.0/API/0.2/Call=FindWebcastIDsByProperty&Parameters=%7B%22AccessID%22%3A50%2C%22AccessKey%22%3A%22abcde%22%2C%22Property%22%3A%22reference%22%2C%22Value%22%3A%22somereference%22%7D

Example Return
{“WebcastIDs”:[6586,7839]}

 

Quote Request