Webex · Example Payload

Webex Listgrouprecordings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listgrouprecordings 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": "listGroupRecordings",
  "method": "GET",
  "path": "/group/recordings",
  "summary": "List Group Recordings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "4f914b1dfe3c4d11a61730f18c0f5387",
            "meetingId": "f91b6edce9864428af084977b7c68291_I_166641849979635652",
            "scheduledMeetingId": "f91b6edce9864428af084977b7c68291_20200713T121500Z",
            "meetingSeriesId": "f91b6edce9864428af084977b7c68291",
            "topic": "Example Topic",
            "createTime": "2020-07-13T17:11:35Z",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "hostDisplayName": "John Andersen",
            "hostEmail": "john.andersen@example.com",
            "siteUrl": "site4-example.webex.com",
            "downloadUrl": "https://site4-example.webex.com/site4/lsr.php?RCID=b91990e37417bda24986e46cf43345ab",
            "playbackUrl": "https://site4-example.webex.com/site4/ldr.php?RCID=69201a61d1d94a84aca18817261d1a73",
            "password": "********",
            "format": "ARF",
            "serviceType": "MeetingCenter",
            "durationSeconds": 18416,
            "sizeBytes": 168103,
            "shareToMe": false,
            "integrationTags": [
              "dbaeceebea5c4a63ac9d5ef1edfe36b9",
              "85e1d6319aa94c0583a6891280e3437d",
              "27226d1311b947f3a68d6bdf8e4e19a1"
            ],
            "status": "available"
          },
          {
            "id": "3324fb76946249cfa07fc30b3ccbf580",
            "meetingId": "f91b6edce9864428af084977b7c68291_I_166641849979635652",
            "scheduledMeetingId": "f91b6edce9864428af084977b7c68291_20200713T121500Z",
            "meetingSeriesId": "f91b6edce9864428af084977b7c68291",
            "topic": "Example Topic",
            "createTime": "2020-07-13T17:11:34Z",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "hostDisplayName": "John Andersen",
            "hostEmail": "john.andersen@example.com",
            "siteUrl": "site4-example.webex.com",
            "downloadUrl": "https://site4-example.webex.com/site4/lsr.php?RCID=8a763939dec1fa26c565700d628fcb98",
            "playbackUrl": "https://site4-example.webex.com/site4/ldr.php?RCID=b05e9c4f773745e7b88725cc97bc3161",
            "password": "********",
            "format": "ARF",
            "serviceType": "MeetingCenter",
            "durationSeconds": 181562,
            "sizeBytes": 199134,
            "shareToMe": false,
            "integrationTags": [
              "dbaeceebea5c4a63ac9d5ef1edfe36b9",
              "85e1d6319aa94c0583a6891280e3437d",
              "27226d1311b947f3a68d6bdf8e4e19a1"
            ],
            "status": "available"
          },
          {
            "id": "42b80117a2a74dcf9863bf06264f8075",
            "meetingId": "f91b6edce9864428af084977b7c68291_I_166641849979635652",
            "scheduledMeetingId": "f91b6edce9864428af084977b7c68291_20200713T121500Z",
            "meetingSeriesId": "f91b6edce9864428af084977b7c68291",
            "topic": "Example Topic",
            "createTime": "2020-07-13T17:11:33Z",
            "timeRecorded": "2020-07-13T17:05:35Z",
            "hostDisplayName": "John Andersen",
            "hostEmail": "john.andersen@example.com",
            "siteUrl": "site4-example.webex.com",
            "downloadUrl": "https://site4-example.webex.com/site4/lsr.php?RCID=0edd48adbb183e7da97884a0a984e877",
            "playbackUrl": "https://site4-example.webex.com/site4/ldr.php?RCID=b64b28ebf70e4645954420c295a9fcad",
            "password": "********",
            "format": "ARF",
            "serviceType": "MeetingCenter",
            "durationSeconds": 181562,
            "sizeBytes": 199134,
            "shareToMe": false,
            "integrationTags": [
              "dbaeceebea5c4a63ac9d5ef1edfe36b9",
              "85e1d6319aa94c0583a6891280e3437d",
              "27226d1311b947f3a68d6bdf8e4e19a1"
            ],
            "status": "available"
          }
        ]
      }
    }
  ]
}