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.
custom_fields
Filters for meeting on custom fields.
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.
parentDeprecated
Filters for meetings with the provided parent.
Response
Success.
count
The number of meetings matching the filter.