OPENAPI / COMPONENTS / SCHEMAS
TaskFilter
TaskFilterTaskFilter data structure
object6properties
projectIdsarrayFilters tasks belonging to the specified project ID
startDatestringFilters tasks where the task's startDate is greater than or equal to startDate
endDatestringFilters tasks where the task's startDate is less than or equal to endDate
priorityarray0 none, 1 low, 3 medium, 5 high
tagarrayTasks must contain all specified tags
statusarrayFilters tasks by current status codes: 0 Open, 2 Completed