Webex · Schema

CampaignURLResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
location string Returns the url for performing subsequent campaign updates or campaign stop
View JSON Schema on GitHub

JSON Schema

webex-campaignurlresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CampaignURLResponse",
  "title": "CampaignURLResponse",
  "properties": {
    "location": {
      "description": "Returns the url for performing subsequent campaign updates or campaign stop",
      "example": "https://api.wxcc-<dc>.cisco.com/v1/dialer/campaign/<campaignId>",
      "format": "url",
      "type": "string"
    }
  },
  "required": [
    "location"
  ],
  "type": "object"
}