Count Meetings

Counts the meeting records.

Headers

AuthorizationstringRequired

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

Query parameters

channellist of enumsOptional
Filters for meeting on specified channels.
created_bylist of stringsOptional

Filters for meetings created by the specified user(s).

custom_fieldsobjectOptional
Filters for meeting on custom fields.
external_reflist of stringsOptional

Filters for meetings with the provided external_ref(s).

links.targetstringOptionalformat: "id"
Filters for target id in links associated with the meeting.
links.target_object_typestringOptionalformat: "text"
Filters for target object type in links associated with the meeting.
memberslist of stringsOptional
Filter for meeting on specified Member Ids.
organizerlist of stringsOptional
Filter for meeting on specified organizers.
parentlist of stringsOptionalDeprecated
Filters for meetings with the provided parent.
statelist of enumsOptional
Filters for meeting on specified state or outcomes.
tagslist of stringsOptional
Filters for meeting by tags.

Response

Success.
countlong
The number of meetings matching the filter.

Errors