Webex · Example Payload

Webex Uploadadevicebackgroundimage Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Uploadadevicebackgroundimage 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": "uploadADeviceBackgroundImage",
  "method": "POST",
  "path": "/telephony/config/devices/{deviceId}/actions/backgroundImageUpload/invoke",
  "summary": "Upload a Device Background Image",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "filename": "CompanyLogoBlue",
        "backgroundImageUrl": "\"/dms/Cisco_Phone_Background/background001\"",
        "count": "2"
      }
    }
  ]
}