🕢Meetings
Zoom Meetings
Last updated
Zoom Meetings
Last updated
GET
https://api.pyas.io/zoom/meetings
Gets all meetings for an account
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.pyas.io/zoom/meetings/:id
Gets a calendar event by id
POST
https://api.pyas.io/zoom/meetings
Creates a new Zoom Meeting
Here's an example of a recurrence object for a meeting that repeats weekly every Wednesday:
PATCH
https://api.pyas.io/zoom/meetings/:id
Updates an Existing Meeting
DELETE
https://api.pyas.io/zoom/meetings/:id
Deletes an existing meeting
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
accountId*
String
The user's Pyas account id. This is returned when you connect an account to Pyas.
startDate
Date String
Filter meetings from a start date
(ex: 01-01-2022
)
endDate
Date String
Filter meetings up to an end date
(ex: 01-01-2023
)
nextPageToken
String
Token string used to get the next page of results (paginate) - This token expires after 15 minutes
maxResults
Integer
Max number of results to return per page
type
String
Type of meeting. Possible values are: scheduled
- All valid previous (unexpired) meetings, live meetings, and upcoming scheduled meetings.
live
- All the ongoing meetings.
upcoming
- All upcoming meetings, including live meetings.
upcoming_meetings
- All upcoming meetings, including live meetings.
previous_meetings
- All the previous meetings.
pageNumber
Integer
The page number of the current page in the returned records.
x-api-key*
String
API key
{id}*
String
The meeting id
accountId*
String
The user's Pyas account id. This is returned when you connect an account to Pyas.
x-api-key*
String
API key
x-api-key*
String
API key
accountId*
String
The user's Pyas account id. This is returned when you connect an account to Pyas.
meetingData*
Object
The event data. See the Required Meeting Data Object example below.
meetingData.title*
String
The meeting title/topic
meetingData.description*
String
Meeting description/agenda
meetingData.startDate*
DateTime
RFC3339 Timestamp
meetingData.timeZone
String
Time Zone in IANA format. Only used for scheduled or recurring meetings with a fixed time
meetingData.attendees
Array
Array of Attendee Objects
meetingData.recurrence
Object
Recurrence object for recurring events. See the Recurrence Object below.
meetingData.duration
Integer
The meeting duration in minutes. Only used for scheduled meetings. Defaults to 30
meetingData.waitingRoom
Boolean
Whether to enable or disable the waiting room
meetingData.type*
Integer
Type of meeting:
1
- An instant meeting
2
- A scheduled meeting
3
- A recurring meeting with no fixed time
8
- A recurring meeting with fixed time
{id}*
String
The meeting ID
x-api-key*
String
API Key
accountId*
String
The user's Pyas account id. This is returned when you connect an account to Pyas.
meetingData*
Object
Event data object with the fields to update. See the Example Update Meeting Data Object below.
{id}*
String
The meeting ID
accountId*
String
The user's Pyas account id. This is returned when you connect an account to Pyas.
x-api-key*
String
API Key