Get all Assignments on a Task

This documentation is for LiquidPlanner New: next.liquidplanner.com

๐Ÿ“˜

Use the example below to get all Assignments on a Task.

When trying examples, remember to use the IDs from your workspace and encode filter parameters as explained in Character Escaping / Encoding.

curl --location -g --request GET 'https://next.liquidplanner.com/api/workspaces/<workspace id>/items/v1?itemType[is]="assignments"&parentId[is]="Task ID"' \
--header 'Authorization: Bearer <API Token>' \