upservice_get_task_co_responsibles
Retrieve the list of co-responsible employees for a given task ID. Use this to identify all team members jointly responsible for a task.
Instructions
List the co-responsible employees assigned to a task.
Args: params (TaskIdInput): task_id (int)
Returns: str: JSON list of co-responsible employees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |