List Active Conferences
Retrieve a list of all conference records.
External Documentation
To learn more, visit the Google Meet documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | - |
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
Page Size | Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. |
Page Token | Page token returned from previous List Call. |
Example Output
{
"conferenceRecords": [
{
object (ConferenceRecord)
}
],
"nextPageToken": string
}
Workflow Library Example
List Active Conferences with Google Meet and Send Results Via Email
Preview this Workflow on desktop