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 reference]
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 | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
id |
DT_I8
|
bigint
|
False | ||
topic |
DT_WSTR
|
nvarchar(500)
|
500 | False | |
type |
DT_I8
|
bigint
|
False | ||
start_time |
DT_DBTIMESTAMP
|
datetime
|
False | ||
duration |
DT_I8
|
bigint
|
False | ||
timezone |
DT_WSTR
|
nvarchar(100)
|
100 | False | |
agenda |
DT_WSTR
|
nvarchar(4000)
|
4000 | False | |
created_at |
DT_DBTIMESTAMP
|
datetime
|
False | ||
join_url |
DT_WSTR
|
nvarchar(1000)
|
1000 | False | |
pmi |
DT_WSTR
|
nvarchar(100)
|
100 | False | |
uuid |
DT_WSTR
|
nvarchar(100)
|
100 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |