Count Meetings (POST)
Counts the meeting records.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
channel
Filters for meeting on specified channels.
created_by
Filters for meetings created by the specified user(s).
created_date
Provides ways to specify date ranges on objects.
ended_date
Provides ways to specify date ranges on objects.
external_ref
Filters for meetings with the provided external_ref(s).
links
Filters for links associated with the meeting.
members
Filter for meeting on specified Member Ids.
modified_date
Provides ways to specify date ranges on objects.
organizer
Filter for meeting on specified organizers.
scheduled_date
Provides ways to specify date ranges on objects.
state
Filters for meeting on specified state or outcomes.
subtype
Subtypes of meeting to be filtered.
sync_metadata
parentDeprecated
Filters for meetings with the provided parent.
Response
Success.
count
The number of meetings matching the filter.