Teams
Number of APIs: 10
-
Get team details GET {{WEBEXAPI}}/teams/{{_team}}
-
List teams GET {{WEBEXAPI}}/teams
-
Create a team POST {{WEBEXAPI}}/teams
-
Update a team PUT {{WEBEXAPI}}/teams/{{_team}}
-
List Team rooms GET {{WEBEXAPI}}/rooms?teamId={{_team}}
-
Create a Team room POST {{WEBEXAPI}}/rooms
-
Get Team room details GET {{WEBEXAPI}}/rooms/{{_room}}
-
Update a Team room PUT {{WEBEXAPI}}/rooms/{{_room}}
-
Delete a Team room DELETE {{WEBEXAPI}}/rooms/{{_room}}
-
Delete a team DELETE {{WEBEXAPI}}/teams/{{_team}}