EndPoint List Meetings
Name
list_meetings
Description
Get the list of scheduled meetings. For current user (me) or specified user Id. To get more details about a meeting you can call get_meeting EndPoint.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
UserId |
UserId |
YES |
|
The user ID or email address of the user. For user-level apps, pass the me value.
|
page_size |
PageSize |
NO |
|
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
id |
DT_I8 |
0 |
False |
|
topic |
DT_WSTR |
500 |
False |
|
type |
DT_I8 |
0 |
False |
|
start_time |
DT_DBTIMESTAMP |
0 |
False |
|
duration |
DT_I8 |
0 |
False |
|
timezone |
DT_WSTR |
100 |
False |
|
agenda |
DT_WSTR |
4000 |
False |
|
created_at |
DT_DBTIMESTAMP |
0 |
False |
|
join_url |
DT_WSTR |
1000 |
False |
|
pmi |
DT_WSTR |
100 |
False |
|
uuid |
DT_WSTR |
100 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |