Count Meetings (POST)

POST

Counts the meeting records.

Request

This endpoint expects an object.
channellist of enumsOptional
Allowed values: google_meetofflineotherteamszoom

Filters for meeting on specified channels.

created_bylist of stringsOptional

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

created_dateobjectOptional

Provides ways to specify date ranges on objects.

custom_fieldsmap from strings to anyOptional

Filters for meeting on custom fields.

ended_dateobjectOptional

Provides ways to specify date ranges on objects.

external_reflist of stringsOptional

Filters for meetings with the provided external_ref(s).

memberslist of stringsOptional

Filter for meeting on specified Member Ids.

modified_dateobjectOptional

Provides ways to specify date ranges on objects.

organizerlist of stringsOptional

Filter for meeting on specified organizers.

parentlist of stringsOptional

Filters for meetings with the provided parent.

scheduled_dateobjectOptional

Provides ways to specify date ranges on objects.

statelist of enumsOptional
Allowed values: canceledcompletedno_showrescheduledscheduled

Filters for meeting on specified state or outcomes.

tagslist of stringsOptional

Filters for meeting by tags.

Response

Success.

countlong

The number of meetings matching the filter.

Built with