List Meetings

GET

Lists the meeting records.

Query parameters

channellist of enumsOptional

Filters for meeting on specified channels.

created_bylist of stringsOptional

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

cursorstringOptionalformat: "text"

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

custom_fieldsobjectOptional

Filters for meeting on custom fields.

external_reflist of stringsOptional

Filters for meetings with the provided external_ref(s).

limitintegerOptional

The maximum number of meetings to return.

links.targetstringOptionalformat: "id"

Filters for target id in links associated with the meeting.

links.target_object_typestringOptionalformat: "text"

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

memberslist of stringsOptional

Filter for meeting on specified Member Ids.

modeenumRequired

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

Allowed values: afterbefore
organizerlist of stringsOptional

Filter for meeting on specified organizers.

parentlist of stringsOptional

Filters for meetings with the provided parent.

sort_bylist of stringsOptional

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

statelist of enumsOptional

Filters for meeting on specified state or outcomes.

tagslist of stringsOptional

Filters for meeting by tags.

Response

Success.

meetingslist of objects

The list of meetings.

next_cursorstringOptionalformat: "text"

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

prev_cursorstringOptionalformat: "text"

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

Built with