Webex · Example Payload

Webex List Teams Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Teams Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "List Teams",
  "method": "GET",
  "path": "/teams",
  "summary": "List Teams",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5",
            "name": "Build Squad",
            "description": "The A Team",
            "created": "2015-10-18T14:26:16.000Z"
          }
        ]
      }
    }
  ]
}