Chilkat Online Tools

autoit / Zoom API / List meetings

Back to Collection Items

; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.

$oHttp = ObjCreate("Chilkat.Http")
Local $bSuccess

$oQueryParams = ObjCreate("Chilkat.JsonObject")
$oQueryParams.UpdateString("type","live")
$oQueryParams.UpdateString("from","1989-05-07")
$oQueryParams.UpdateString("to","1989-05-07")
$oQueryParams.UpdateInt("page_size",30)
$oQueryParams.UpdateString("next_page_token","quis officia in reprehenderit")
$oQueryParams.UpdateString("include_fields","tracking_fields")

; Adds the "Authorization: Bearer <access_token>" header.
$oHttp.AuthToken = "<access_token>"

Local $oResp = $oHttp.QuickRequestParams("GET","https://api.zoom.us/v2/metrics/meetings",$oQueryParams)
If ($oHttp.LastMethodSuccess = False) Then
    ConsoleWrite($oHttp.LastErrorText & @CRLF)
    Exit
EndIf

$oSbResponseBody = ObjCreate("Chilkat.StringBuilder")
$oResp.GetBodySb($oSbResponseBody)

$oJResp = ObjCreate("Chilkat.JsonObject")
$oJResp.LoadSb($oSbResponseBody)
$oJResp.EmitCompact = False

ConsoleWrite("Response Body:" & @CRLF)
ConsoleWrite($oJResp.Emit() & @CRLF)

Local $iRespStatusCode = $oResp.StatusCode
ConsoleWrite("Response Status Code = " & $iRespStatusCode & @CRLF)
If ($iRespStatusCode >= 400) Then
    ConsoleWrite("Response Header:" & @CRLF)
    ConsoleWrite($oResp.Header & @CRLF)
    ConsoleWrite("Failed." & @CRLF)

    Exit
EndIf

; Sample JSON response:
; (Sample code for parsing the JSON response is shown below)

; {
;   "from": "string [date]",
;   "to": "string [date]",
;   "page_count": "integer",
;   "page_size": "integer",
;   "total_records": "integer",
;   "next_page_token": "string",
;   "meetings": [
;     {
;       "uuid": "string [uuid]",
;       "id": "integer",
;       "topic": "string",
;       "host": "string",
;       "email": "string",
;       "user_type": "string",
;       "start_time": "string [date-time]",
;       "end_time": "string [date-time]",
;       "duration": "string",
;       "participants": "integer",
;       "has_pstn": "boolean",
;       "has_voip": "boolean",
;       "has_3rd_party_audio": "boolean",
;       "has_video": "boolean",
;       "has_screen_share": "boolean",
;       "has_recording": "boolean",
;       "has_sip": "boolean",
;       "has_archiving": "boolean"
;     }
;   ]
; }

; Sample code for parsing the JSON response...
; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

Local $sUuid
Local $sId
Local $sTopic
Local $sHost
Local $sEmail
Local $sUser_type
Local $start_time
Local $sEnd_time
Local $sDuration
Local $sParticipants
Local $sHas_pstn
Local $sHas_voip
Local $sHas_3rd_party_audio
Local $sHas_video
Local $sHas_screen_share
Local $sHas_recording
Local $sHas_sip
Local $sHas_archiving

Local $sFrom = $oJResp.StringOf("from")
Local $sV_to = $oJResp.StringOf("to")
Local $sPage_count = $oJResp.StringOf("page_count")
Local $sPage_size = $oJResp.StringOf("page_size")
Local $sTotal_records = $oJResp.StringOf("total_records")
Local $sNext_page_token = $oJResp.StringOf("next_page_token")
Local $i = 0
Local $iCount_i = $oJResp.SizeOfArray("meetings")
While $i < $iCount_i
    $oJResp.I = $i
    $sUuid = $oJResp.StringOf("meetings[i].uuid")
    $sId = $oJResp.StringOf("meetings[i].id")
    $sTopic = $oJResp.StringOf("meetings[i].topic")
    $sHost = $oJResp.StringOf("meetings[i].host")
    $sEmail = $oJResp.StringOf("meetings[i].email")
    $sUser_type = $oJResp.StringOf("meetings[i].user_type")
    $start_time = $oJResp.StringOf("meetings[i].start_time")
    $sEnd_time = $oJResp.StringOf("meetings[i].end_time")
    $sDuration = $oJResp.StringOf("meetings[i].duration")
    $sParticipants = $oJResp.StringOf("meetings[i].participants")
    $sHas_pstn = $oJResp.StringOf("meetings[i].has_pstn")
    $sHas_voip = $oJResp.StringOf("meetings[i].has_voip")
    $sHas_3rd_party_audio = $oJResp.StringOf("meetings[i].has_3rd_party_audio")
    $sHas_video = $oJResp.StringOf("meetings[i].has_video")
    $sHas_screen_share = $oJResp.StringOf("meetings[i].has_screen_share")
    $sHas_recording = $oJResp.StringOf("meetings[i].has_recording")
    $sHas_sip = $oJResp.StringOf("meetings[i].has_sip")
    $sHas_archiving = $oJResp.StringOf("meetings[i].has_archiving")
    $i = $i + 1
Wend

Curl Command

curl -G -d "type=live"
	-d "from=1989-05-07"
	-d "to=1989-05-07"
	-d "page_size=30"
	-d "next_page_token=quis%20officia%20in%20reprehenderit"
	-d "include_fields=tracking_fields"
	-H "Authorization: Bearer <access_token>"
https://api.zoom.us/v2/metrics/meetings

Postman Collection Item JSON

{
  "name": "List meetings",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/metrics/meetings?type=live&from=1989-05-07&to=1989-05-07&page_size=30&next_page_token=quis officia in reprehenderit&include_fields=tracking_fields",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "metrics",
        "meetings"
      ],
      "query": [
        {
          "key": "type",
          "value": "live",
          "description": "Specify a value to get the response for the corresponding meeting type. The value of this field can be one of the following:<br> <br>`past` - Meeting that already occurred in the specified date range.<br>`pastOne` - Past meetings that were attended by only one user. <br>`live` - Live meetings.<br><br>\n\nIf you do not provide this field, the default value will be `live` and thus, the API will only query responses for live meetings."
        },
        {
          "key": "from",
          "value": "1989-05-07",
          "description": "(Required) Start date in 'yyyy-mm-dd' format. The date range defined by the \"from\" and \"to\" parameters should only be one month as the report includes only one month worth of data at once."
        },
        {
          "key": "to",
          "value": "1989-05-07",
          "description": "(Required) End date."
        },
        {
          "key": "page_size",
          "value": "30",
          "description": "The number of records returned within a single API call."
        },
        {
          "key": "next_page_token",
          "value": "quis officia in reprehenderit",
          "description": "The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes."
        },
        {
          "key": "include_fields",
          "value": "tracking_fields",
          "description": "Set the value of this field to \"tracking_fields\" if you would like to include tracking fields of each meeting in the response."
        }
      ]
    },
    "description": "List total live or past meetings that occurred during a specified period of time. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account.<br> You can specify a monthly date range for the dashboard data using the `from` and `to` query parameters. The month should fall within the last six months.<br>\n**Scopes:** `dashboard_meetings:read:admin`<br>\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Resource-intensive`<br><br>\n**Prerequisites:** <br>\n* Business or a higher plan.<br><br>"
  },
  "response": [
    {
      "name": "**HTTP Status Code:** `200`<br>\nMeetings returned.<br>\nOnly available for paid accounts that have dashboard feature enabled.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/metrics/meetings?type=live&from=1989-05-07&to=1989-05-07&page_size=30&next_page_token=quis officia in reprehenderit&include_fields=tracking_fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics",
            "meetings"
          ],
          "query": [
            {
              "key": "type",
              "value": "live"
            },
            {
              "key": "from",
              "value": "1989-05-07"
            },
            {
              "key": "to",
              "value": "1989-05-07"
            },
            {
              "key": "page_size",
              "value": "30"
            },
            {
              "key": "next_page_token",
              "value": "quis officia in reprehenderit"
            },
            {
              "key": "include_fields",
              "value": "tracking_fields"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"from\": \"string [date]\",\n \"to\": \"string [date]\",\n \"page_count\": \"integer\",\n \"page_size\": \"integer\",\n \"total_records\": \"integer\",\n \"next_page_token\": \"string\",\n \"meetings\": [\n  {\n   \"uuid\": \"string [uuid]\",\n   \"id\": \"integer\",\n   \"topic\": \"string\",\n   \"host\": \"string\",\n   \"email\": \"string\",\n   \"user_type\": \"string\",\n   \"start_time\": \"string [date-time]\",\n   \"end_time\": \"string [date-time]\",\n   \"duration\": \"string\",\n   \"participants\": \"integer\",\n   \"has_pstn\": \"boolean\",\n   \"has_voip\": \"boolean\",\n   \"has_3rd_party_audio\": \"boolean\",\n   \"has_video\": \"boolean\",\n   \"has_screen_share\": \"boolean\",\n   \"has_recording\": \"boolean\",\n   \"has_sip\": \"boolean\",\n   \"has_archiving\": \"boolean\"\n  }\n ]\n}"
    },
    {
      "name": "**Error Code:** `300`<br>\nThe next page token is invalid or expired.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/metrics/meetings?type=live&from=1989-05-07&to=1989-05-07&page_size=30&next_page_token=quis officia in reprehenderit&include_fields=tracking_fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics",
            "meetings"
          ],
          "query": [
            {
              "key": "type",
              "value": "live"
            },
            {
              "key": "from",
              "value": "1989-05-07"
            },
            {
              "key": "to",
              "value": "1989-05-07"
            },
            {
              "key": "page_size",
              "value": "30"
            },
            {
              "key": "next_page_token",
              "value": "quis officia in reprehenderit"
            },
            {
              "key": "include_fields",
              "value": "tracking_fields"
            }
          ]
        }
      },
      "status": "Multiple Choices",
      "code": 300,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}