Webex · Example Payload

Webex Get The Job Status Of A Call Recording Job Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get The Job Status Of A Call Recording 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 the Job Status of a Call Recording Job",
  "method": "GET",
  "path": "/telephony/config/jobs/callRecording/{jobId}",
  "summary": "Get the Job Status of a Call Recording Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "managecallrecordingprovider",
        "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC80ZDA4MDZhYy1hN2M3LTRjM2MtYmVlNy01NDM3MDk4MmYzMWI",
        "trackingId": "ADMINBATCHCLIENT_a02c7b0c-4d28-4e98-b47b-0a135a4b287f_0",
        "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODA2NzZhZC0yNjRlLTRmMWMtYmIwYS1jMWZiNmQ0ODlmZTI",
        "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNDEyODExZi0xMWI4LTQ2YTAtYWExNS1lZmEwMjRjODI5ODM",
        "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNDEyODExZi0xMWI4LTQ2YTAtYWExNS1lZmEwMjRjODI5ODM",
        "instanceId": 637210,
        "jobExecutionStatus": [
          {
            "id": 660884,
            "startTime": "2024-05-08T13:51:47.275Z",
            "endTime": "2024-05-08T13:51:57.873Z",
            "lastUpdated": "2024-05-08T13:51:57.978Z",
            "statusMessage": "COMPLETED",
            "exitCode": "COMPLETED",
            "createdTime": "2024-05-08T13:51:47.018Z",
            "stepExecutionStatuses": [
              {
                "id": 1909908,
                "startTime": "2024-05-08T13:51:47.550Z",
                "endTime": "2024-05-08T13:51:47.978Z",
                "lastUpdated": "2024-05-08T13:51:47.978Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "managecallrecordingproviderGetUserThatNeedCallRecProviderUpdate",
                "timeElapsed": "PT0.428S"
              },
              {
                "id": 1909909,
                "startTime": "2024-05-08T13:51:47.994Z",
                "endTime": "2024-05-08T13:51:57.866Z",
                "lastUpdated": "2024-05-08T13:51:57.866Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "name": "managecallrecordingproviderUpdateCallRecordingProviderForUsers",
                "timeElapsed": "PT9.872S"
              }
            ],
            "timeElapsed": "PT10.3S"
          }
        ],
        "latestExecutionStatus": "COMPLETED",
        "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzlmZTFmZDllLTlkM2QtNDUxZi04MDEwLTMwY2U1ZjRlNTYyNQ",
        "vendorId": "Y2lzY29zcGFyazovL3VzL1JFQ09SRElOR19WRU5ET1IvZmYzNzMzOTYtMGVmMC00N2NiLTk5NzEtNzg0MDI5YzZjMTQ3",
        "counts": {
          "totalNumberOfLocations": 0,
          "totalNumberOfUsers": 6,
          "failedUsers": 0,
          "updatedUsers": 6
        }
      }
    }
  ]
}