Optional
Readonly
assigneeA simple equality filter for the assignee field
TasksApiTasksList
Optional
Readonly
dimensionA simple equality filter for the dimension field
TasksApiTasksList
Optional
Readonly
filterJSON 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', '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]}]}
TasksApiTasksList
Optional
Readonly
modeA simple equality filter for the mode field
TasksApiTasksList
Optional
Readonly
nameA simple equality filter for the name field
TasksApiTasksList
Optional
Readonly
orgOrganization unique slug
TasksApiTasksList
Optional
Readonly
orgOrganization identifier
TasksApiTasksList
Optional
Readonly
ownerA simple equality filter for the owner field
TasksApiTasksList
Optional
Readonly
pageA page number within the paginated result set.
TasksApiTasksList
Optional
Readonly
pageNumber of results to return per page.
TasksApiTasksList
Optional
Readonly
projectA simple equality filter for the project_id field
TasksApiTasksList
Optional
Readonly
projectA simple equality filter for the project_name field
TasksApiTasksList
Optional
Readonly
searchA search term. Available search_fields: ('project_name', 'name', 'owner', 'status', 'assignee', 'subset', 'mode', 'dimension', 'tracker_link')
TasksApiTasksList
Optional
Readonly
sortWhich field to use when ordering the results. Available ordering_fields: ['project_name', 'name', 'owner', 'status', 'assignee', 'subset', 'mode', 'dimension', 'tracker_link', 'id', 'project_id', 'updated_date']
TasksApiTasksList
Optional
Readonly
statusA simple equality filter for the status field
TasksApiTasksList
Optional
Readonly
subsetA simple equality filter for the subset field
TasksApiTasksList
Optional
Readonly
trackerA simple equality filter for the tracker_link field
TasksApiTasksList
Optional
Readonly
xOrganization unique slug
TasksApiTasksList
Generated using TypeDoc
Request parameters for tasksList operation in TasksApi.
Export
TasksApiTasksListRequest