GET {{baseUrl}}/past_webinars/:webinarId/instances
List past webinar instances. Scopes: Rate Limit Label: webinar:read:admin
,webinar:read
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"webinars": [
{
"start_time": "<dateTime>",
"uuid": "<string>"
},
{
"start_time": "<dateTime>",
"uuid": "<string>"
}
]
} |
ENDPOINTS