Table of Contents

Get Active Webcasts
Returns an array of webcasts that have participants whose last access time is greater than the ‘StartTime’ and less than the ‘EndTime’. If ‘EndTime’ is omitted the current time is used.

Example
Call=GetActiveWebcasts Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”StartTime”:”1605527464″,”EndTime”:”1605627464″}

https://www.domain.com/templates2.0/API/0.2/?Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”StartTime”:”1605560533″}&Call=GetActiveWebcasts The values pairs can be submitted using GET or POST. The email and password of user to generate a login URL for.

Example Return
{

“StartTime”: 1605560533,
“WebcastIDs”: [
“10867”,
“10503”,
“10433”,
“7169”,
“6453”
]
}

 

 

Quote Request