Count Engagements (POST)

Counts the engagement records.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
typelist of enumsOptional
Filters for engagement of the provided types.
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.

Response

Success.
countlong
The number of engagements matching the filter.

Errors