Webex · Example Payload

Webex Get Recording Metadata Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Recording Metadata 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_metadata",
  "method": "GET",
  "path": "/convergedRecordings/{recordingId}/metadata",
  "summary": "Get Recording metadata",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "81bb582c-e93e-40aa-abf6-962b620f6db4",
        "orgId": "ee8ebeb0-f077-4384-bb50-9de6141c7bac",
        "ownerId": "************************************",
        "ownerType": "USER",
        "ownerName": "PRS TestUser1",
        "ownerEmail": "nshtestwebex+prstestuser1@gmail.com",
        "storageRegion": "US",
        "serviceType": "calling",
        "version": "1.2",
        "serviceData": {
          "callRecordingId": "81bb582c-e93e-40aa-abf6-962b620f6db4",
          "locationId": "************************************",
          "callSessionId": "fe2f5688-91a8-4799-a867-a396bb2b024a",
          "personality": "originator",
          "callingParty": {
            "actor": {
              "type": "USER",
              "id": "c2335e53-c41b-423d-a41e-da0bf56e2038"
            },
            "number": "sip:####PII-EXPOSURE####@X.X.X.X"
          },
          "calledParty": {
            "actor": {
              "type": "USER",
              "id": "ac7913cd-d943-4e34-81a8-f66ad1a5e376"
            },
            "number": "sip:4060@X.X.X.X;user=phone"
          },
          "callId": "callhalf-581329:0",
          "session": {
            "startTime": "2023-11-07T08:50:21Z",
            "stopTime": "2023-11-07T08:55:19Z"
          },
          "recordingType": "alwaysON",
          "answererInfo": {
            "actor": {
              "type": "USER",
              "id": "ac7913cd-d943-4e34-81a8-f66ad1a5e376"
            },
            "number": "sip:4060@X.X.X.X;user=phone"
          },
          "recordingActions": [
            {
              "action": "PAUSE",
              "time": "2023-11-07T08:50:23Z"
            }
          ],
          "callActivity": [
            {
              "timeStamp": "2023-11-07T08:50:25Z",
              "mediaStreams": [
                {
                  "streamId": "2915a7bf-fc51-428f-b3f8-bfe4d10b0681",
                  "mode": "mixed",
                  "mLineIndex": "0"
                }
              ],
              "participants": [
                {
                  "actor": {
                    "type": "USER",
                    "id": "c2335e53-c41b-423d-a41e-da0bf56e2038"
                  },
                  "aor": "sip:vqfedfdrpl@",
                  "send": "2915a7bf-fc51-428f-b3f8-bfe4d10b0681"
                },
                {
                  "actor": {
                    "type": "USER",
                    "id": "ac7913cd-d943-4e34-81a8-f66ad1a5e376"
                  },
                  "aor": "sip:4060@X.X.X.X;user=phone",
                  "send": "2915a7bf-fc51-428f-b3f8-bfe4d10b0681"
                }
              ],
              "announcementData": {
                "announcementFilename": "http:///media/en_US/TrtCallRecordingStarted.wav",
                "announcementTimestamp": "2023-11-07T08:50:23Z",
                "announcementParticipants": [
                  "sip:vqfedfdrpl@",
                  "sip:4060@X.X.X.X;user=phone"
                ],
                "announcementType": "USER_LEVEL"
              }
            }
          ],
          "managedBy": {
            "actor": {
              "type": "USER",
              "id": "ac7913cd-d943-4e34-81a8-f66ad1a5e376"
            },
            "number": "sip:4060@X.X.X.X;user=phone"
          },
          "connectedParty": {
            "actor": {
              "type": "USER",
              "id": "ac7913cd-d943-4e34-81a8-f66ad1a5e376"
            },
            "number": "sip:4060@X.X.X.X;user=phone"
          }
        }
      }
    }
  ]
}