Get Task Comments
worksection_get_commentsRetrieve all comments for a specific Worksection task, including author details, text, dates, and optional file attachments.
Instructions
Get all comments for a specific Worksection task.
Args:
id_task (string, required): Task ID
extra (string, optional): Set to "files" to include attached files info
Returns: List of comments with author, text, date, and optionally file attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_task | Yes | Task ID | |
| extra | No | Set to "files" to include file attachments |