Find tasks on a project
Path parameters
Represents a project identifier across the system.
Represents a project identifier across the system.
Represents a workspace identifier across the system.
Represents a workspace identifier across the system.
Query parameters
If provided, you'll get a filtered list of tasks that matches the provided string in their name.
If provided, you'll get a filtered list of tasks that matches the provided string in their name.
Flag to toggle on/off strict search mode. When set to true, search by name only will return tasks whose name exactly matches the string value given for the 'name' parameter. When set to false, results will also include tasks whose name contain the string value, but could be longer than the string value itself. For example, if there is a task with the name 'applications', and the search value is 'app', setting strict-name-search to true will not return that task in the results, whereas setting it to false will.
Flag to toggle on/off strict search mode. When set to true, search by name only will return tasks whose name exactly matches the string value given for the 'name' parameter. When set to false, results will also include tasks whose name contain the string value, but could be longer than the string value itself. For example, if there is a task with the name 'applications', and the search value is 'app', setting strict-name-search to true will not return that task in the results, whereas setting it to false will.
Filters search results whether task is active or not.
Filters search results whether task is active or not.
Page number.
Page number.
Page size.
Page size.
Represents the column as criteria for sorting tasks.
Sorting mode.
Response
OK