upservice_get_acquaintance_sheet
Retrieve the acquaintance sheet for a task, showing each employee's acknowledgement status by providing the task ID.
Instructions
Get the acquaintance sheet (who has read/acknowledged) for a task of kind 'acquaintance'.
Args: params (TaskIdInput): task_id (int)
Returns: str: JSON with acknowledgement status per employee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |