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.
custom_fieldsobjectOptional
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.
scheduled_dateobjectOptional
Provides ways to specify date ranges on objects.
statelist of enumsOptional
Filters for meeting on specified state or outcomes.
tagslist of stringsOptional
Filters for meeting by tags.
parentlist of stringsOptionalDeprecated
Filters for meetings with the provided parent.

Response

Success.
countlong
The number of meetings matching the filter.

Errors