Webex · Example Payload

Webex Get Team Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Team Details 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": "Get Team Details",
  "method": "GET",
  "path": "/teams/{teamId}",
  "summary": "Get Team Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5",
        "name": "Build Squad",
        "description": "The A Team",
        "created": "2015-10-18T14:26:16.000Z"
      }
    }
  ]
}