Count Engagements

Counts the engagement records.

Headers

AuthorizationstringRequired

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

Query parameters

external_reflist of stringsOptional

Filters for meetings with the provided external_refs.

memberslist of stringsOptional
Filters for engagement of the provided members.
parentlist of stringsOptional
Filters for engagements with the provided parent.
typelist of enumsOptional
Filters for engagement of the provided types.

Response

Success.
countlong
The number of engagements matching the filter.

Errors