Webex · Example Payload

Webex Get Recording Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Recording Details 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_recording_details",
  "method": "GET",
  "path": "/convergedRecordings/{recordingId}",
  "summary": "Get Recording Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "62807eaf-0c89-492e-a3c3-c4751812603b",
        "topic": "call with default",
        "createTime": "2023-11-01T23:09:05+08:00",
        "timeRecorded": "2023-11-01T15:27:29+08:00",
        "temporaryDirectDownloadLinks": {
          "audioDownloadLink": "https://nsq1wss.dmz.webex.com/nbr/MultiThreadDownloadServlet?type=calling&orgId=59e67527-4651-4c90-b2f0-4f86c3bb6608&recordUUID=62807eaf-0c89-492e-a3c3-c4751812603b&ticket=SDJTSwAAAIV9%2BooFzh%2FkPd1Edek7wtCLYrVcjsJ2RTHGbhwYHpWOEQ%3D%3D&timestamp=1699495025258",
          "suggestedNotesDownloadLink": "https://aibridge-sa1.dmz.webex.com/wbxaibridge/api/v2/notes/e823b9ee-4c4d-4e91-9379-502a9c8c9e6d?contentType=html&resourceType=CallingRecording&resourceId=e31feef9-38bf-456b-898b-be59d310a490&token=QUhTSwAAAIU2M4Tf2_V07LJZ9K5v3S4stc0ETlKC2vkbmDtqQ89fkTw_GfhGHqnMY4U-T8wfjdHsOmAER_fa2AJrAQ6ZLs3u8IiqJxhb26YY9jXTj1QZ-ITGrC4OJACXqxgxFx43o3XTQ_ORJm2_x7A4SBhrWKYFJFIy9TcT6vOE8c45lAvteEsRcfSP49dJ5y7klaWUI1s1",
          "actionItemsDownloadLink": "https://aibridge-sa1.dmz.webex.com/wbxaibridge/api/v2/actionItems/0715435b-c6f9-49f5-be66-e3cbd9f65c0d?contentType=html&resourceType=CallingRecording&resourceId=e31feef9-38bf-456b-898b-be59d310a490&token=QUhTSwAAAIU2M4Tf2_V07LJZ9K5v3S4stc0ETlKC2vkbmDtqQ89fkTw_GfhGHqnMY4U-T8wfjdHsOmAER_fa2AJrAQ6ZLs3u8IiqJxhb26YY9jXTj1QZ-ITGrC4OJACXqxgxFx43o3XTQ_ORJm2_x7A4SBhrWKYFJFIy9TcT6vOE8c45lAvteEsRcfSP49dJ5y7klaWUI1s1",
          "shortNotesDownloadLink": "https://aibridge-sa1.dmz.webex.com/wbxaibridge/api/v2/shortNotes/e823b9ee-4c4d-4e91-9379-502a9c8c9e6d?contentType=html&resourceType=CallingRecording&resourceId=e31feef9-38bf-456b-898b-be59d310a490&token=QUhTSwAAAIU2M4Tf2_V07LJZ9K5v3S4stc0ETlKC2vkbmDtqQ89fkTw_GfhGHqnMY4U-T8wfjdHsOmAER_fa2AJrAQ6ZLs3u8IiqJxhb26YY9jXTj1QZ-ITGrC4OJACXqxgxFx43o3XTQ_ORJm2_x7A4SBhrWKYFJFIy9TcT6vOE8c45lAvteEsRcfSP49dJ5y7klaWUI1s1",
          "expiration": "2023-11-09T12:57:05Z"
        },
        "ownerId": "24683d6c-5529-4b60-a6c7-91e8b293bbab",
        "ownerType": "user",
        "ownerEmail": "nshtestwebex+crctestuser1@gmail.com",
        "format": "MP3",
        "durationSeconds": 298,
        "sizeBytes": 299918,
        "serviceType": "calling",
        "storageRegion": "US",
        "status": "available",
        "serviceData": {
          "locationId": "02a43ee9-17ae-4e0c-9e79-720e3a6503fd",
          "callSessionId": "c61b357e-8f53-4d97-9cd2-ae3202796fb0"
        }
      }
    }
  ]
}