Webex · Example Payload

Webex Listmoveusersjobs Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listmoveusersjobs 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": "listMoveUsersJobs",
  "method": "GET",
  "path": "/telephony/config/jobs/person/moveLocation",
  "summary": "List Move Users Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8xMzFkOTg1ZC1iZThhLTQ3MjgtYjM2MC02MzBjNTAxNTEyNzE",
            "trackingId": "ROUTER_6475F43E-A25A-01BB-76CC-AC108AF376CC",
            "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85YzJhMDUxMC0wOTUwLTQ1MmYtODFmZi05YTVkMjM2OTJkZTY",
            "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "instanceId": 328660,
            "jobExecutionStatus": [
              {
                "id": 332387,
                "startTime": "2023-05-30T13:04:00.469Z",
                "endTime": "2023-05-30T13:04:03.252Z",
                "lastUpdated": "2023-05-30T13:04:03.574Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "createdTime": "2023-05-30T13:04:00.457Z",
                "stepExecutionStatuses": [
                  {
                    "id": 1549115,
                    "startTime": "2023-05-30T13:04:00.493Z",
                    "endTime": "2023-05-30T13:04:03.245Z",
                    "lastUpdated": "2023-05-30T13:04:03.246Z",
                    "statusMessage": "COMPLETED",
                    "exitCode": "COMPLETED",
                    "name": "moveusersvalidateAndMove",
                    "timeElapsed": "PT2.752S"
                  }
                ],
                "timeElapsed": "PT2.752S"
              }
            ],
            "latestExecutionStatus": "COMPLETED",
            "latestExecutionExitCode": "COMPLETED",
            "counts": {
              "totalMoves": 1,
              "moved": 1,
              "failed": 0,
              "pending": 0,
              "skipped": 0
            },
            "csvFile": "02124eef-8af7-489c-805b-363cc6401893/cbf865e9-d069-4004-bb57-2a39f5bfb5fe_d1fde6bf944c40ed8ffbab14e6ca6a12",
            "csvFileExpiryTime": "2023-07-12T12:20:33.503Z",
            "fileFormat": "text/csv"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8yNjFjZTRkZi03MmQwLTRjOTgtYWI0MS03ZDJhOTM4ZjhmZDk",
            "trackingId": "ROUTER_6475F3F5-9D6C-01BB-4C40-AC108AF34C40",
            "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85YzJhMDUxMC0wOTUwLTQ1MmYtODFmZi05YTVkMjM2OTJkZTY",
            "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "instanceId": 328658,
            "jobExecutionStatus": [
              {
                "id": 332385,
                "startTime": "2023-05-30T13:02:47.830Z",
                "endTime": "2023-05-30T13:02:51.035Z",
                "lastUpdated": "2023-05-30T13:02:51.353Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "createdTime": "2023-05-30T13:02:47.813Z",
                "stepExecutionStatuses": [
                  {
                    "id": 1549111,
                    "startTime": "2023-05-30T13:02:47.856Z",
                    "endTime": "2023-05-30T13:02:51.028Z",
                    "lastUpdated": "2023-05-30T13:02:51.028Z",
                    "statusMessage": "COMPLETED",
                    "exitCode": "COMPLETED",
                    "name": "moveusersvalidateAndMove",
                    "timeElapsed": "PT3.172S"
                  }
                ],
                "timeElapsed": "PT3.172S"
              }
            ],
            "latestExecutionStatus": "COMPLETED",
            "latestExecutionExitCode": "COMPLETED",
            "counts": {
              "totalMoves": 1,
              "moved": 1,
              "failed": 0,
              "pending": 0,
              "skipped": 0
            },
            "csvFile": "02124eef-7be6-489c-805b-363cc6401893/cbf865e9-d069-4004-bb57-2a39f5bfb5fe_d1fde6bf944c40ed8ffbab14e6ca6a12",
            "csvFileExpiryTime": "2023-07-12T12:20:33.503Z",
            "fileFormat": "text/csv"
          }
        ]
      }
    }
  ]
}