Teams

Number of APIs: 10

  1. Get team details GET {{WEBEXAPI}}/teams/{{_team}}

  2. List teams GET {{WEBEXAPI}}/teams

  3. Create a team POST {{WEBEXAPI}}/teams

  4. Update a team PUT {{WEBEXAPI}}/teams/{{_team}}

  5. List Team rooms GET {{WEBEXAPI}}/rooms?teamId={{_team}}

  6. Create a Team room POST {{WEBEXAPI}}/rooms

  7. Get Team room details GET {{WEBEXAPI}}/rooms/{{_room}}

  8. Update a Team room PUT {{WEBEXAPI}}/rooms/{{_room}}

  9. Delete a Team room DELETE {{WEBEXAPI}}/rooms/{{_room}}

  10. Delete a team DELETE {{WEBEXAPI}}/teams/{{_team}}