Webex · Example Payload

Webex Get List Of Disable Calling Location Jobs Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get List Of Disable Calling Location Jobs 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 List Of Disable Calling Location Jobs",
  "method": "GET",
  "path": "/telephony/config/jobs/locations/deleteCallingLocation",
  "summary": "Get a List of Disable Calling Location Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC80NGNjYzRjMi00YmUxLTRhNjEtOGM5ZC03OTc3YjU4NTM0MWQ",
            "trackingId": "ROUTERGW_c4fc3b45-793e-4744-bb08-ee13032112c7",
            "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kMzg2MjhiYy0zYjk4LTRjMjMtODEwMy0wMzRhMjI0ZmRiNjE",
            "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
            "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
            "instanceId": 1488100,
            "jobExecutionStatus": [
              {
                "id": 1512544,
                "startTime": "2025-07-29T13:37:20.098Z",
                "endTime": "2025-07-29T13:37:27.805Z",
                "lastUpdated": "2025-07-29T13:37:33.441Z",
                "statusMessage": "FAILED",
                "exitCode": "FAILED",
                "createdTime": "2025-07-29T13:37:19.995Z",
                "stepExecutionStatuses": [
                  {
                    "id": 5572963,
                    "startTime": "2025-07-29T13:37:25.555Z",
                    "endTime": "2025-07-29T13:37:26.283Z",
                    "lastUpdated": "2025-07-29T13:37:26.424Z",
                    "statusMessage": "COMPLETED",
                    "exitCode": "COMPLETED",
                    "name": "deletecallinglocationInitializer",
                    "timeElapsed": "PT0.727654S"
                  },
                  {
                    "id": 5572964,
                    "startTime": "2025-07-29T13:37:26.445Z",
                    "endTime": "2025-07-29T13:37:27.603Z",
                    "lastUpdated": "2025-07-29T13:37:27.795Z",
                    "statusMessage": "FAILED",
                    "exitCode": "FAILED",
                    "name": "deletecallinglocationSafeDeleteCheck",
                    "timeElapsed": "PT1.158801S"
                  }
                ],
                "timeElapsed": "PT1.886455S"
              }
            ],
            "latestExecutionStatus": "FAILED",
            "latestExecutionExitCode": "FAILED",
            "locationName": "San Jose HQ"
          }
        ]
      }
    }
  ]
}