Get Tasks That Have an ASAP Priority Override
This documentation is for LiquidPlanner New: next.liquidplanner.com
Use the example below to get Tasks that have an ASAP Priority Override.
When trying examples, remember to use the IDs from your workspace and encode filter parameters as explained in Character Escaping / Encoding.
curl --location --request GET 'https://next.liquidplanner.com/api/workspaces/<workspace id/items/v1?scheduleDirective[is]="asapInProject"' \
--header 'Authorization: Bearer <API Token>' \
Updated over 2 years ago