Webex · Example Payload

Webex Fetch All Customers For A Given Set Of Tags Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Fetch All Customers For A Given Set Of 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": "Fetch all customers for a given set of tags",
  "method": "GET",
  "path": "/partner/tags/organizations",
  "summary": "Fetch all customers for a given set of tags",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "orgName": "Customer Name",
          "orgId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
          "tags": [
            "Tags1",
            "Tags2"
          ]
        }
      ]
    }
  ]
}