List Project Tasks
worksection_get_tasksRetrieve tasks from a Worksection project with optional filtering for active items and detailed information like files, comments, and subtasks.
Instructions
Get all tasks for a specific Worksection project.
Args:
id_project (string, required): Project ID
filter (string, optional): Set to "active" for incomplete tasks only
extra (string, optional): Comma-separated: "text", "html", "files", "comments", "relations", "subtasks", "subscribers"
Returns: List of tasks in the project with full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_project | Yes | Project ID | |
| filter | No | Set to "active" for incomplete tasks only | |
| extra | No | Comma-separated extras: "text", "files", "comments", "relations", "subtasks", "subscribers" |