Webex · Example Payload

Webex Get Job Errors For Update Routing Prefix Job Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Job Errors For Update Routing Prefix Job 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": "Get job errors for update routing prefix job",
  "method": "GET",
  "path": "/telephony/config/jobs/updateRoutingPrefix/{jobId}/errors",
  "summary": "Get job errors for update routing prefix job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "itemNumber": 6,
            "error": {
              "key": "500",
              "message": [
                {
                  "description": "invalid number (id=c5b6ef12-070f-4752-be52-7ae62795ae7f, displayName=Test AutoAttendant, type=Machine, oldExtension=8000081234, newExtension=7000071234)",
                  "code": null,
                  "locationId": null
                }
              ]
            },
            "trackingId": "NA_e82bec92-7a6c-48e5-9511-bfe4da78396e_6"
          },
          {
            "itemNumber": 7,
            "error": {
              "key": "500",
              "message": [
                {
                  "description": "invalid number (id=296f10e8-ac6e-41d8-ae20-7371c4b6079b, displayName=PagingGroup01, type=Machine, oldExtension=80000855643, newExtension=70000755643)",
                  "code": null,
                  "locationId": null
                }
              ]
            },
            "trackingId": "NA_e82bec92-7a6c-48e5-9511-bfe4da78396e_7"
          },
          {
            "itemNumber": 8,
            "error": {
              "key": "500",
              "message": [
                {
                  "description": "invalid number (id=41a03fb9-86cd-42c1-a24b-396d9b8d5ac1, displayName=WSwithRP, type=Machine, oldExtension=80000823678, newExtension=70000723678)",
                  "code": null,
                  "locationId": null
                }
              ]
            },
            "trackingId": "NA_e82bec92-7a6c-48e5-9511-bfe4da78396e_8"
          }
        ]
      }
    }
  ]
}