engagements

Count

GET
Counts the engagement records.

Query parameters

external_refstringOptional

Filters for meetings with the provided external_refs.

membersstringOptional
Filters for engagement of the provided members.
parentstringOptional
Filters for engagements with the provided parent.
typeenumOptional
Filters for engagement of the provided types.

Response

This endpoint returns an object
count
integer
The number of engagements matching the filter.
GET
1curl https://api.devrev.ai/engagements.count \
2 -H "Authorization: <apiKey>"
200
Retrieved
1{
2 "count": 1
3}