Webex · Example Payload

Webex Subscription List On A Given Tag Name Or A Set Of Tags Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Subscription List On A Given Tag Name Or A 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": "Subscription List on a given tag name or a set of tags",
  "method": "GET",
  "path": "/partner/tags/subscriptions",
  "summary": "Subscription List on a given tag name or a set of tags",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "orgName": "Customer Name",
          "orgId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
          "tags": [
            "Tags1,Tags2"
          ],
          "subscriptionId": "Sub119911",
          "trial": "false"
        }
      ]
    }
  ]
}