v2

latestOpenAPI 3.1.02026-07-2681948.3 KB
Meetings

Retrieve a list of meetings

get/v1/meetings

Query parameters

fromstring date-time required

Filter meetings starting from this date-time (ISO 8601 format) inclusively. Required.

tostring date-time

Filter meetings ending before this date-time (ISO 8601 format) inclusively.

pageNumbernumber

The page number to retrieve (1-based indexing). Defaults to 1 if not specified.

pageSizenumber

The maximum number of meetings to return per page. Must be between 1 and 50. Defaults to 10 if not specified.

salesforceAccountIdstring

Filter meetings associated with a specific Salesforce account. Optional, must be 18 characters in length. Cannot be used with salesforceOpportunityId.

salesforceOpportunityIdstring

Filter meetings associated with a specific Salesforce opportunity. Optional, must be 18 characters in length. Cannot be used with salesforceAccountId.

attendeeEmailAddressesstring[]

Filter meetings that include all of the provided attendee email addresses.

sourceTypesstring

Filter meetings by source type(s). Provide a comma-separated list of source types. Valid values: AIRCALL, ATTENTION, CHORUS, CLOUDTALK, DIALPAD, GONG, MINDTICKLE, MOMENTUM, MS_TEAMS, ORUM, OUTREACH, RINGCENTRAL, SALESLOFT, SALESLOFT_CI, USER_PROVIDED, VONAGE, WEBEX, WINGMAN, WISER, ZOOM, ZOOM_PHONE

includeDownloadUrlboolean

When set to true, includes a temporary pre-signed download URL (valid for 2 hours) for each meeting that has a recording available. Defaults to false.

Response

A list of meetings.

pageCountnumber

Total number of pages available for the current query.

All 8 operations