Count Meetings
Counts the meeting records.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
channel
Filters for meeting on specified channels.
created_by
Filters for meetings created by the specified user(s).
custom_fields
Filters for meeting on custom fields.
external_ref
Filters for meetings with the provided external_ref(s).
links.link_type
Filters for link type in links associated with the meeting.
links.target
Filters for target id in links associated with the meeting.
links.target_object_type
Filters for target object type in links associated with the meeting.
members
Filter for meeting on specified Member Ids.
organizer
Filter for meeting on specified organizers.
parentDeprecated
Filters for meetings with the provided parent.
state
Filters for meeting on specified state or outcomes.
Response
Success.
count
The number of meetings matching the filter.