-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathapi_structure_table.rst
More file actions
73 lines (73 loc) · 9.81 KB
/
api_structure_table.rst
File metadata and controls
73 lines (73 loc) · 9.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| :class:`WebexAPI` | :ref:`access_tokens` | :meth:`get() <webexpythonsdk.api.access_tokens.AccessTokensAPI.get>` |
| | | :meth:`refresh() <webexpythonsdk.api.access_tokens.AccessTokensAPI.refresh>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`admin_audit_events` | :meth:`list() <webexpythonsdk.api.admin_audit_events.list>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`attachment_actions` | :meth:`create() <webexpythonsdk.api.attachment_actions.create>` |
| | | :meth:`get() <webexpythonsdk.api.attachment_actions.get>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`events` | :meth:`list() <webexpythonsdk.api.events.EventsAPI.list>` |
| | | :meth:`get() <webexpythonsdk.api.events.EventsAPI.get>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`guest_issuer` | :meth:`create() <webexpythonsdk.api.guest_issuer.create>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`licenses` | :meth:`list() <webexpythonsdk.api.licenses.LicensesAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.licenses.LicensesAPI.create>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`memberships` | :meth:`list() <webexpythonsdk.api.memberships.MembershipsAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.memberships.MembershipsAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api.memberships.MembershipsAPI.get>` |
| | | :meth:`update() <webexpythonsdk.api.memberships.MembershipsAPI.update>` |
| | | :meth:`delete() <webexpythonsdk.api.memberships.MembershipsAPI.delete>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`messages` | :meth:`list() <webexpythonsdk.api.messages.MessagesAPI.list>` |
| | | :meth:`list_direct() <webexpythonsdk.api.messages.MessagesAPI.list_direct>` |
| | | :meth:`create() <webexpythonsdk.api.messages.MessagesAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api.messages.MessagesAPI.get>` |
| | | :meth:`delete() <webexpythonsdk.api.messages.MessagesAPI.delete>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`organizations` | :meth:`list() <webexpythonsdk.api.organizations.OrganizationsAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.organizations.OrganizationsAPI.create>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`org_contacts` | :meth:`list() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.list>`|
| | | :meth:`search() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.search>`|
| | | :meth:`create() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.create>`|
| | | :meth:`get() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.get>`|
| | | :meth:`update() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.update>`|
| | | :meth:`delete() <webexpythonsdk.api.organization_contacts.OrganizationContactsAPI.delete>`|
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`people` | :meth:`list() <webexpythonsdk.api.people.PeopleAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.people.PeopleAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api.people.PeopleAPI.get>` |
| | | :meth:`update() <webexpythonsdk.api.people.PeopleAPI.update>` |
| | | :meth:`me() <webexpythonsdk.api.people.PeopleAPI.me>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`roles` | :meth:`list() <webexpythonsdk.api.roles.RolesAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.roles.RolesAPI.create>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`rooms` | :meth:`list() <webexpythonsdk.api.rooms.RoomsAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.rooms.RoomsAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api.rooms.RoomsAPI.get>` |
| | | :meth:`get_meeting_info() <webexpythonsdk.api.rooms.RoomsAPI.get_meeting_info>` |
| | | :meth:`update() <webexpythonsdk.api.rooms.RoomsAPI.update>` |
| | | :meth:`delete() <webexpythonsdk.api.rooms.RoomsAPI.delete>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`team_memberships` | :meth:`list() <webexpythonsdk.api.team_memberships.TeamMembershipsAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.team_memberships.TeamMembershipsAPI.create>`|
| | | :meth:`get() <webexpythonsdk.api.team_memberships.TeamMembershipsAPI.get>` |
| | | :meth:`update() <webexpythonsdk.api.team_memberships.TeamMembershipsAPI.update>`|
| | | :meth:`delete() <webexpythonsdk.api.team_memberships.TeamMembershipsAPI.delete>`|
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`teams` | :meth:`list() <webexpythonsdk.api.teams.TeamsAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.teams.TeamsAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api.teams.TeamsAPI.get>` |
| | | :meth:`update() <webexpythonsdk.api.teams.TeamsAPI.update>` |
| | | :meth:`delete() <webexpythonsdk.api.teams.TeamsAPI.delete>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+
| | :ref:`webhooks` | :meth:`list() <webexpythonsdk.api.webhooks.WebhooksAPI.list>` |
| | | :meth:`create() <webexpythonsdk.api.webhooks.WebhooksAPI.create>` |
| | | :meth:`get() <webexpythonsdk.api..WebhooksAPI.get>` |
| | | :meth:`update() <webexpythonsdk.api.webhooks.WebhooksAPI.update>` |
| | | :meth:`delete() <webexpythonsdk.api.webhooks.WebhooksAPI.delete>` |
+------------------------+---------------------------+---------------------------------------------------------------------------------+