List Meetings

GET

Lists the meeting records.

Query parameters

channelenumOptional

Filters for meeting on specified channels.

Allowed values: google_meetofflineotherteamszoom
created_bystringOptional

Filters for meetings created by the specified user(s).

cursorstringOptional

The cursor to resume iteration from. If not provided, then iteration starts from the beginning.

custom_fieldsmap from strings to anyOptional

Filters for meeting on custom fields.

external_refstringOptional

Filters for meetings with the provided external_ref(s).

limitintegerOptional

The maximum number of meetings to return.

links.targetstringOptional

Filters for target id in links associated with the meeting.

links.target_object_typestringOptional

Filters for target object type in links associated with the meeting.

membersstringOptional

Filter for meeting on specified Member Ids.

mode"after" or "before"Optional

The iteration mode to use, otherwise if not set, then “after” is used.

Allowed values: afterbefore
organizerstringOptional

Filter for meeting on specified organizers.

parentstringOptional

Filters for meetings with the provided parent.

sort_bystringOptional

Fields to sort the meetings by and the direction to sort them.

stateenumOptional

Filters for meeting on specified state or outcomes.

Allowed values: canceledcompletedno_showrescheduledscheduled
tagsstringOptional

Filters for meeting by tags.

Response

Success.

meetingslist of objects

The list of meetings.

next_cursorstringOptional

The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.

prev_cursorstringOptional

The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.

Built with