Count Meetings (POST)

POST

Counts the meeting records.

Request

This endpoint expects an object.
created_dateobjectRequired

Provides ways to specify date ranges on objects.

ended_dateobjectRequired

Provides ways to specify date ranges on objects.

modified_dateobjectRequired

Provides ways to specify date ranges on objects.

scheduled_dateobjectRequired

Provides ways to specify date ranges on objects.

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

memberslist of stringsOptional

Filter for meeting on specified Member Ids.

organizerlist of stringsOptional

Filter for meeting on specified organizers.

statelist of enumsOptional

Filters for meeting on specified state or outcomes.

tagslist of stringsOptional

Filters for meeting by tags.

parentlist of stringsOptionalDeprecated

Filters for meetings with the provided parent.

Response

Success.

countlong

The number of meetings matching the filter.

Built with