Webex · Example Payload

Webex Retrieve All Customer Tags Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve All Customer Tags 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": "Retrieve all customer tags",
  "method": "GET",
  "path": "/partner/tags",
  "summary": "Retrieve all customer tags",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "name": "Tag name",
          "description": "Tag description"
        }
      ]
    }
  ]
}