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).

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.
subtypelist of stringsOptional
Subtypes of meeting to be filtered.
sync_metadata.external_referencelist of stringsOptional
Filters for issues with this specific external reference.
sync_metadata.last_sync_in.statuslist of enumsOptional
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_in.sync_historylist of stringsOptional
Filters for works modified with selected sync history.
sync_metadata.last_sync_in.sync_unitlist of stringsOptional
Filters for works modified with selected sync units.
sync_metadata.last_sync_out.statuslist of enumsOptional
Filters for works with selected sync statuses.
Allowed values:
sync_metadata.last_sync_out.sync_historylist of stringsOptional
Filters for works modified with selected sync history.
sync_metadata.last_sync_out.sync_unitlist of stringsOptional
Filters for works modified with selected sync units.
sync_metadata.origin_systemlist of stringsOptional
Filters for issues synced from this specific origin system.

Response

Success.
countlong
The number of meetings matching the filter.

Errors