Optional ReadonlyassigneeA simple equality filter for the assignee field
Optional ReadonlydimensionA simple equality filter for the dimension field
Optional ReadonlyfilterJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['project_name', 'name', 'owner', 'status', 'assignee', 'subset', 'mode', 'dimension', 'tracker_link', 'validation_mode', 'id', 'project_id', 'updated_date']. There are few examples for complex filtering tasks: - Get all tasks from 1,2,3 projects - { "and" : [{ "in" : [{ "var" : "project_id" }, [1, 2, 3]]}]} - Get all completed tasks from 1 project - { "and": [{ "==": [{ "var" : "status" }, "completed"]}, { "==" : [{ "var" : "project_id"}, 1]}]}
Optional ReadonlymodeA simple equality filter for the mode field
Optional ReadonlynameA simple equality filter for the name field
Optional ReadonlyorgOrganization unique slug
Optional ReadonlyorgOrganization identifier
Optional ReadonlyownerA simple equality filter for the owner field
Optional ReadonlypageA page number within the paginated result set.
Optional ReadonlypageNumber of results to return per page.
Optional ReadonlyprojectA simple equality filter for the project_id field
Optional ReadonlyprojectA simple equality filter for the project_name field
Optional ReadonlysearchA search term. Available search_fields: ('project_name', 'name', 'owner', 'status', 'assignee', 'subset', 'mode', 'dimension', 'tracker_link', 'validation_mode')
Optional ReadonlysortWhich field to use when ordering the results. Available ordering_fields: ['project_name', 'name', 'owner', 'status', 'assignee', 'subset', 'mode', 'dimension', 'tracker_link', 'validation_mode', 'id', 'project_id', 'updated_date']
Optional ReadonlystatusA simple equality filter for the status field
Optional ReadonlysubsetA simple equality filter for the subset field
Optional ReadonlytrackerA simple equality filter for the tracker_link field
Optional ReadonlyvalidationA simple equality filter for the validation_mode field
Optional ReadonlyxOrganization unique slug
Request parameters for tasksList operation in TasksApi.
Export
TasksApiTasksListRequest