Webex · Example Payload

Webex Listdynamicdevicesettingsjoberrors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listdynamicdevicesettingsjoberrors 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": "listDynamicDeviceSettingsJobErrors",
  "method": "GET",
  "path": "/telephony/config/jobs/devices/dynamicDeviceSettings/{jobId}/errors",
  "summary": "List Device Dynamic Settings Job Errors",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "itemNumber": 0,
            "error": {
              "key": "error.key",
              "message": [
                {
                  "description": "Error description",
                  "code": "1001",
                  "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMzZjBlZDFiLWQ1YjctNGI4Mi1iMzIzLTg4ZTFmODMzNGNmMw"
                }
              ]
            },
            "trackingId": "ROUTER_62F66055-8D70-01BB-0137-AC10A8310137"
          }
        ]
      }
    }
  ]
}