tasksCount
All tasks assigned to a provider or client
Arguments
assigned_to_user
· Boolean · If true, only tasks assigned to the current user will be returned created_by_self
· Boolean · Nil -> does nothing, false -> tasks created by others, true -> tasks created by current user smart_sources
· [SmartSource!] · Only return tasks whose smart_source is one of the given values. Use NONE to match tasks with no smart source. Omitted means no filtering.
·
Boolean Returns
Int Example
query tasksCount( $assigned_to_user: Boolean $assignees: [ID] $client_id: String $completed_status: String $created_by_self: Boolean $smart_sources: [SmartSource!] $keywords: String $show_hidden: Boolean $smart: Boolean $type: String) { tasksCount( assigned_to_user: $assigned_to_user assignees: $assignees client_id: $client_id completed_status: $completed_status created_by_self: $created_by_self smart_sources: $smart_sources keywords: $keywords show_hidden: $show_hidden smart: $smart type: $type )}