Webex · Example Payload

Webex Getjoberrorsforapplylinekeytemplatejob Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getjoberrorsforapplylinekeytemplatejob 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": "getJobErrorsForApplyLineKeyTemplateJob",
  "method": "GET",
  "path": "/telephony/config/jobs/devices/applyLineKeyTemplate/{jobId}/errors",
  "summary": "Get job errors for an Apply Line Key Template job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "error": {
          "key": "500",
          "message": [
            {
              "description": null,
              "code": "BATCH-0",
              "locationId": null
            }
          ]
        },
        "trackingId": "NA_b5352f89-dee8-4eca-bb6f-edabfb175688"
      }
    }
  ]
}