conversationMembershipsCount
Number of conversation memberships
Arguments
active_status
· String · Filter by active status: active, archived, or closed conversation_type
· String · Filter by conversation type: all, individual, or community notes_type
· String · Filter by notes type: inbox or scheduled only_include_shared_memberships
· Boolean · If true with client_id, only returns client messages that are shared with the provider provider_id
· ID · ID of the provider to get conversation for (if nil, will return current users) provider_ids
· [ID] · Used to filter org chat conversations by provider ids read_status
· String · Filter by read status: all, read, or unread Returns
Int Example
query conversationMembershipsCount( $active_status: String $client_id: String $conversation_type: String $keywords: String $notes_type: String $only_include_shared_memberships: Boolean $org_chat: Boolean $provider_id: ID $provider_ids: [ID] $read_status: String) { conversationMembershipsCount( active_status: $active_status client_id: $client_id conversation_type: $conversation_type keywords: $keywords notes_type: $notes_type only_include_shared_memberships: $only_include_shared_memberships org_chat: $org_chat provider_id: $provider_id provider_ids: $provider_ids read_status: $read_status )}