list_assignments
Retrieve all resource assignments for a task, returning each resource's ID, name, and assigned units.
Instructions
List the resource assignments on a task.
Args: task_id: uniqueID of the task.
Returns:
JSON array of {resource_id, resource_name, units_assigned}
for each assignment on the task. Empty array if the task has
no assignments. Reads assignment.unitsAssigned directly per
the documented Assignment class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |