Count Meetings (POST)

Counts the meeting records.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
channellist of enumsOptional
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.
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.
scheduled_dateobjectOptional
Provides ways to specify date ranges on objects.
statelist of enumsOptional
Filters for meeting on specified state or outcomes.
subtypelist of stringsOptional
Subtypes of meeting to be filtered.
sync_metadataobjectOptional
parentlist of stringsOptionalDeprecated
Filters for meetings with the provided parent.

Response

Success.
countlong
The number of meetings matching the filter.

Errors