Count Meetings
Counts the meeting records.
All the DevRev APIs require a token to authenticate the user. Provide Authorization: Bearer <TOKEN>
as a header to every API request.
How do I find my token?
In: header
Query Parameters
Filters for meeting on specified channels.
Filters for meetings created by the specified user(s).
Filters for meetings with the provided external_ref(s).
Filters for link type in links associated with the meeting.
text
Filters for target id in links associated with the meeting.
id
Filters for target object type in links associated with the meeting.
text
Filter for meeting on specified Member Ids.
Filter for meeting on specified organizers.
Filters for meetings with the provided parent.
Filters for meeting on specified state or outcomes.
Subtypes of meeting to be filtered.
Filters for issues with this specific external reference.
Filters for works with selected sync statuses.
Filters for works modified with selected sync history.
Filters for works modified with selected sync units.
Filters for works with selected sync statuses.
Filters for works modified with selected sync history.
Filters for works modified with selected sync units.
Filters for issues synced from this specific origin system.
Response Body
curl -X GET "https://api.devrev.ai/meetings.count?channel=amazon_connect&created_by=string&external_ref=string&links.link_type=string&links.target=string&links.target_object_type=string&members=string&organizer=string&parent=ACC-12345&state=canceled&subtype=string&sync_metadata.external_reference=string&sync_metadata.last_sync_in.status=failed&sync_metadata.last_sync_in.sync_history=string&sync_metadata.last_sync_in.sync_unit=string&sync_metadata.last_sync_out.status=failed&sync_metadata.last_sync_out.sync_history=string&sync_metadata.last_sync_out.sync_unit=string&sync_metadata.origin_system=string"
{
"count": 0
}
{
"detail": "string",
"message": "string",
"type": "artifact_already_attached_to_a_parent",
"existing_parent": "string",
"is_same": true
}
{
"detail": "string",
"message": "string",
"type": "unauthenticated"
}
{
"detail": "string",
"message": "string",
"type": "forbidden"
}
{
"detail": "string",
"message": "string",
"type": "too_many_requests",
"retry_after": 0
}
{
"detail": "string",
"message": "string",
"type": "internal_error",
"reference_id": "string"
}
{
"detail": "string",
"message": "string",
"type": "service_unavailable"
}