---
title: "List Scheduled Meetings"
method: GET
path: "/restapi/v1.0/account/{accountId}/extension/{extensionId}/meeting"
tags: ["RCM Meetings (Legacy)"]
deprecated: true
---

# List Scheduled Meetings

`GET /restapi/v1.0/account/{accountId}/extension/{extensionId}/meeting`

> **Deprecated.**

Returns a list of user meetings scheduled for the future (meetings
of 'Instant' type are not included).

## Path parameters

- `accountId` string, required
- `extensionId` string, required

## Response `200`

OK: Scheduled Meeting List

- MeetingsResource
  - `uri` string, uri
  - `records` MeetingResponseResource[]
    - `uri` string, uri — Link to a meeting resource
    - `uuid` string — Universally unique identifier of a meeting"
    - `id` string — Internal identifier of a meeting
    - `topic` string — Custom topic of a meeting
    - `meetingType` 'Instant' | 'Scheduled' | 'ScheduledRecurring' | 'Recurring'
    - `password` string — Meeting password
    - `h323Password` string
    - `status` string — Status of a meeting
    - `links` MeetingLinks — Meeting links
      - `startUri` string, uri
      - `joinUri` string, uri
    - `schedule` MeetingScheduleResource — Timing of a meeting
      - `startTime` string, date-time
      - `durationInMinutes` integer
      - `timeZone` MeetingsTimezoneResource
        - `uri` string, uri
        - `id` string
        - `name` string
        - `description` string
    - `host` HostInfoRequest — Meeting host information
      - `uri` string, uri — Link to the meeting host resource
      - `id` string — Internal identifier of an extension which is assigned to be a meeting host. The default value is currently logged-in extension identifier
    - `allowJoinBeforeHost` boolean — If true, then participants can join the meeting before host arrives
    - `startHostVideo` boolean — Starting meetings with host video on/off (true/false)
    - `startParticipantsVideo` boolean — Starting meetings with participant video on/off (true/false)
    - `audioOptions` string[]
    - `recurrence` RecurrenceInfo
      - `frequency` 'Daily' | 'Weekly' | 'Monthly' — Recurrence time frame
      - `interval` integer — Recurrence interval. The supported ranges are: 1-90 for `Daily`; 1-12 for `Weekly`; 1-3 for `Monthly`
      - `weeklyByDays` WeekDay[]
      - `monthlyByDay` integer — The supported range is 1-31
      - `monthlyByWeek` 'Last' | 'First' | 'Second' | 'Third' | 'Fourth' — Supported together with `weeklyByDay`
      - `monthlyByWeekDay` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' — This field is used only if you're scheduling a recurring meeting of type `3` to state a specific day in a week when the monthly meeting should recur; it works together with `MonthlyByWeek` field. The values are: 1 - Sunday; 2 - Monday; 3 - Tuesday; 4 - Wednesday; 5 - Thursday; 6 - Friday; 7- Saturday
      - `count` integer — Number of meeting occurrences
      - `until` string — Meeting expiration date-time
    - `autoRecordType` 'local' | 'cloud' | 'none' — Automatic record type
    - `enforceLogin` boolean — If true, then only signed-in users can join this meeting
    - `muteParticipantsOnEntry` boolean — If true, then participants are muted on entry
    - `occurrences` MeetingOccurrenceInfo[]
      - `id` string — Identifier of a meeting occurrence
      - `startTime` string, date-time — Starting time of a meeting occurrence
      - `durationInMinutes` integer — Duration of a meeting occurrence
      - `status` string — Status of a meeting occurrence
    - `enableWaitingRoom` boolean — If true, then the waiting room for participants is enabled
    - `globalDialInCountries` string[] — List of global dial-in countries (eg. US, UK, AU, etc.)
    - `alternativeHosts` string
  - `paging` MeetingsPagingInfo
    - `page` integer
    - `totalPages` integer
    - `perPage` integer
    - `totalElements` integer
    - `pageStart` integer
    - `pageEnd` integer
  - `navigation` MeetingsNavigationInfo
    - `nextPage` MeetingsNavigationInfoUri
      - `uri` string, uri
    - `previousPage` MeetingsNavigationInfoUri
      - `uri` string, uri
    - `firstPage` MeetingsNavigationInfoUri
      - `uri` string, uri
    - `lastPage` MeetingsNavigationInfoUri
      - `uri` string, uri

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
