v1

latestOpenAPI 3.0.12026-07-1421021.4 KB
Events API

List webinars

get/organization/{organizationId}/webinar/list

Path parameters

organizationIdstring required

ID of Organization to get webinars from

Query parameters

limitinteger

Maximum number of webinars to return

skipinteger

Number of webinars to skip

Response

OK

idstring
startTimestring date-time
stopTimestring date-time
namestring
languagestring

Language code in the format of ISO 639-1 language code followed by ISO 3166-1 alpha-2 country code, separated by a hyphen (e.g., "en-gb" for British English, "de-de" for German).

timeZonestring
createdAtstring date-time

Example response

[
  {
    "language": "en-gb"
  }
]