Webex · Example Payload

Webex Get Job Errors For A Call Recording Job Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Job Errors For 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 Job Errors for a Call Recording Job",
  "method": "GET",
  "path": "/telephony/config/jobs/callRecording/{jobId}/errors",
  "summary": "Get Job Errors for a Call Recording Job",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "itemNumber": 0,
            "item": "5d320be1-e28c-420a-8935-1a54c7826eb4",
            "error": {
              "key": "500",
              "message": [
                {
                  "description": "POST failed: HTTP/1.1 404 Not Found",
                  "code": null,
                  "locationId": null
                }
              ]
            },
            "trackingId": "ADMINBATCHCLIENT_2830be24-766e-4a2a-be36-d289eb890322_0_3"
          }
        ]
      }
    }
  ]
}