Pull a list of active tasks from a project filtered by a custom field

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

πŸ“˜

Use the example below to get active Tasks from a specific Project.

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?customFieldValues.<custom field name>[in]=["option1","option2"]&taskStatusGroup[is]="scheduled"&parentId[is]="<Project ID>"' \
--header 'Authorization: Bearer <API Token>' \