Return all task from Project
The ID of the project
The parameter complete is used to filter the tasks accordingly:
complete = true
is passed, the function returns all tasks that are marked as complete within the specified project.complete = false
is passed, the function returns all tasks that are marked as incomplete within the specified project.complete
, the function returns all tasks, irrespective of their completion status, within the specified project.task response
The response is of type object[]
.