Get All SaaSDR Meetings API

Get details of meetings and webinars.

GETsdr/api/v1/meetings

Input ParametersInput Parameters

Parameter

Required/
Optional

Data Type

Description

size  

Optional Integer

Specify the number of records per page to be included in the response. If size is not specified in the request, 50 records will be fetched by default. The maximum value supported for size is 200.

page   

Optional Integer

Specify the page to be returned. Default page value is 0.

query   

Optional String

Filter the response by providing a query using Qualys QQL syntax.

Sample - To Get All Meeting RecordsSample - To Get All Meeting Records

API Request

curl-k -X <GET> -H <token> -i "<qualys_base_url>api/v1/meetings"

Response

{
   "content":[
      {
         "customerId":"4eaa64f9-771c-745e-810a-37d3f4c38a49",
         "connector":{
            "id":2190,
            "type":"ZOOM"
         },
         "sourceId":"FKA2RjHMSGOGvS7pKGPzPA%3D%3D",
         "version":1,
         "meetingId":"96482845147",
         "hostUser":{
            "userId":"testuser",
            "email":"abc@xyz.com",
            "fullName":"user",
            "department":"SSC"
         },
         "name":"My Webinar incr scan 27.09",
         "nameAlias":"My Webinar incr scan 27.09",
         "entityType":"Webinar",
         "type":"Scheduled",
         "startedAt":"2021-09-27T10:23:30Z",
         "scheduledDuration":0,
         "accessType":"Internal",
         "participantsCount":2,
         "participants":[
            {
               "documentId":"FKA2RjHMSGOGvS7pKGPzPA%3D%3D",
               "linkedEntityType":"USER",
               "role":"HOST",
               "accessType":"Internal",
               "domain":"abc.com",
               "userId":"usDAxUVlTg-MZWY5XsNAAA",
               "email":"abc@xyz.com",
               "fullName":"user"
            },
            {
               "documentId":"FKA2RjHMSGOGvS7pKGPzPA%3D%3D",
               "linkedEntityType":"USER",
               "role":"ATTENDEE",
               "accessType":"Internal",
               "domain":"abc.com",
               "userId":"IBBghd3IRhe0e4XoP2E-qQ",
               "email":"abc@xyz.com",
               "fullName":"user"
            }
         ],
         "recordingsCount":2,
         "recordingsShareUrl":"https:\/\/zoom.us\/rec\/share\/f0YdJX-DCHxNGO4f4ajoR_3AU5RfQckxqW7LTHnoCmC-VQNOcw_XIYtTNiu-Jd9C.Or_eM7ltDkt64Qgh",
         "recordings":[
            {
               "id":"41b71bd1-a784-4cb2-a7c8-16fb017bd4cc",
               "meetingUUID":"FKA2RjHMSGOGvS7pKGPzPA%3D%3D",
               "startedAt":"2021-09-27T10:23:31Z",
               "endedAt":"2021-09-27T10:24:16Z",
               "fileType":"M4A",
               "fileSize":702494,
               "playUrl":"https:\/\/zoom.us\/rec\/play\/dtISlEoN3MowdoKzIA_PsPP6Tqvt6D3-DaXXOFpJrKZT0AMxhmqA0fHp492DOz1ydNW_js37plEklYO9.lugjikGo_RC_xZuG",
               "downloadUrl":"https:\/\/zoom.us\/rec\/download\/dtISlEoN3MowdoKzIA_PsPP6Tqvt6D3-DaXXOFpJrKZT0AMxhmqA0fHp492DOz1ydNW_js37plEklYO9.lugjikGo_RC_xZuG",
               "status":"completed",
               "recordingType":"audio_only"
            },
            {
               "id":"c212fa98-18c5-4ac4-a5e0-133645045873",
               "meetingUUID":"FKA2RjHMSGOGvS7pKGPzPA%3D%3D",
               "startedAt":"2021-09-27T10:23:31Z",
               "endedAt":"2021-09-27T10:24:16Z",
               "fileType":"MP4",
               "fileSize":811887,
               "playUrl":"https:\/\/zoom.us\/rec\/play\/NU2Oa32k_a-UjlAkHbZ78VagO5ubV3-rUZB4-xxeESFswk5m9qY5cAPzjR_T2pZnj0ljjA30_QPvyJ0r.TYw53f6N5Bwix-gM",
               "downloadUrl":"https:\/\/zoom.us\/rec\/download\/NU2Oa32k_a-UjlAkHbZ78VagO5ubV3-rUZB4-xxeESFswk5m9qY5cAPzjR_T2pZnj0ljjA30_QPvyJ0r.TYw53f6N5Bwix-gM",
               "status":"completed",
               "recordingType":"shared_screen_with_speaker_view"
            }
         ],
         "recordingSetting":{
            "accessType":"Public",
            "recordingAuthentication":false,
            "viewerDownload":true,
            "onDemand":false,
            "approvalType":0
         }
      }
   ],
   "pageable":{
      "sort":{
         "unsorted":false,
         "sorted":true,
         "empty":false
      },
      "pageSize":1,
      "pageNumber":0,
      "offset":0,
      "paged":true,
      "unpaged":false
   },
   "last":false,
   "totalPages":5,
   "totalElements":5,
   "first":true,
   "sort":{
      "unsorted":false,
      "sorted":true,
      "empty":false
   },
   "numberOfElements":1,
   "size":1,
   "number":0,
   "empty":false
}
success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.