You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Locale for the meeting template (i.e. en_US)
14
+
optional: True
15
+
type: basestring
16
+
- name: isDefault
17
+
description: Flag to indicate if default or non-default meeting templates are returned
18
+
optional: True
19
+
type: bool
20
+
- name: isStandard
21
+
description: Flag to indicate if standard or non-standard meeting templates are returned
22
+
optional: True
23
+
type: bool
24
+
- name: hostEmail
25
+
description: Email address of a meeting host (Requires admin-level scope)
26
+
optional: True
27
+
type: bool
28
+
- name: siteUrl
29
+
description: URL of the Webex site from which we are listing.
30
+
optional: True
31
+
type: bool
32
+
list:
33
+
properties:
34
+
- name: id
35
+
description: Unique id for meeting template
36
+
type: basestring
37
+
- name: name
38
+
description: Name of the meeting template
39
+
type: basestring
40
+
- name: locale
41
+
description: Locale for the meeting template
42
+
type: basestring
43
+
- name: siteUrl
44
+
description: Site URL for the meeting template
45
+
type: basestring
46
+
- name: templateType
47
+
description: Type of the meeting template (meeting, webinar)
48
+
type: basestring
49
+
- name: isDefault
50
+
description: Whether or not the meeting template is a default template
51
+
type: bool
52
+
- name: isStandard
53
+
description: Whether or not the meeting template is a standard template
54
+
type: bool
55
+
- name: meeting
56
+
description: Meeting object which is used to create a meeting by the meeting template. Please note that the meeting object should be used to create a meeting immediately.
0 commit comments