Webex · Example Payload

Webex Get Disable Calling Location Job Status Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Webex Get Disable Calling Location Job Status 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 Disable Calling Location Job Status",
  "method": "GET",
  "path": "/telephony/config/jobs/locations/deleteCallingLocation/{jobId}",
  "summary": "Get Disable Calling Location Job Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "deletecallinglocation",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8zZjczYTAyOS1lYWZkLTQ5NzUtYjcyYi1jNzlkYWE1ZTkyZmE",
        "trackingId": "ROUTERGW_882b1b3b-b247-4d4f-abe9-4ccec7f7e3b0",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9kMzg2MjhiYy0zYjk4LTRjMjMtODEwMy0wMzRhMjI0ZmRiNjE",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi84NzU2ZjkwZS1iZDg4LTRhOTQtOGZiZC0wMzM2NzhmMDU5ZjM",
        "instanceId": 1472955,
        "jobExecutionStatus": [
          {
            "id": 1497186,
            "startTime": "2025-07-27T13:19:39.875Z",
            "endTime": "2025-07-27T13:19:51.752Z",
            "lastUpdated": "2025-07-27T13:19:55.413Z",
            "statusMessage": "COMPLETED",
            "exitCode": "COMPLETED",
            "createdTime": "2025-07-27T13:19:39.702Z",
            "stepExecutionStatuses": [
              {
                "id": 5543084,
                "startTime": "2025-07-27T13:19:43.449Z",
                "endTime": "2025-07-27T13:19:44.328Z",
                "lastUpdated": "2025-07-27T13:19:44.523Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationInitializer",
                "timeElapsed": "PT0.878554S"
              },
              {
                "id": 5543085,
                "startTime": "2025-07-27T13:19:44.534Z",
                "endTime": "2025-07-27T13:19:46.029Z",
                "lastUpdated": "2025-07-27T13:19:46.212Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationSafeDeleteCheck",
                "timeElapsed": "PT1.495006S"
              },
              {
                "id": 5543086,
                "startTime": "2025-07-27T13:19:46.226Z",
                "endTime": "2025-07-27T13:19:46.554Z",
                "lastUpdated": "2025-07-27T13:19:46.753Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationGetLocationuUserDataFromCpApi",
                "timeElapsed": "PT0.327352S"
              },
              {
                "id": 5543087,
                "startTime": "2025-07-27T13:19:46.229Z",
                "endTime": "2025-07-27T13:19:46.890Z",
                "lastUpdated": "2025-07-27T13:19:47.091Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationGetLocationMachineDataFromCpApi",
                "timeElapsed": "PT0.660953S"
              },
              {
                "id": 5543088,
                "startTime": "2025-07-27T13:19:47.103Z",
                "endTime": "2025-07-27T13:19:49.752Z",
                "lastUpdated": "2025-07-27T13:19:49.936Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelLocFromBifrost",
                "timeElapsed": "PT2.648411S"
              },
              {
                "id": 5543089,
                "startTime": "2025-07-27T13:19:49.947Z",
                "endTime": "2025-07-27T13:19:50.278Z",
                "lastUpdated": "2025-07-27T13:19:50.466Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelUserAsMachineAcctInCI",
                "timeElapsed": "PT0.330448S"
              },
              {
                "id": 5543090,
                "startTime": "2025-07-27T13:19:49.950Z",
                "endTime": "2025-07-27T13:19:51.536Z",
                "lastUpdated": "2025-07-27T13:19:51.745Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "deletecallinglocationDelMachineAcctInCI",
                "timeElapsed": "PT1.586017S"
              }
            ],
            "timeElapsed": "PT7.926741S"
          }
        ],
        "latestExecutionStatus": "COMPLETED",
        "latestExecutionExitCode": "COMPLETED",
        "counts": {
          "totalVirtualExtensionsAccount": 0,
          "virtualExtensionsDeleted": 0,
          "virtualExtensionsDeleteFailed": 0,
          "totalFeatureAccounts": 1,
          "featureAccountsDeleted": 1,
          "featureAccountsDeleteFailed": 0
        },
        "locationName": "San Jose HQ"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-get-disable-calling-location-job-status-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.