LiquidPlanner Classic Forum

Ask a Question
Back to All

Access the tasks under a package

I want to use the API to access all the tasks within a package in our workspace. I have tried:
/api/v1/workspaces/${workspaceId}/treeitems/${packageID}/treeitems
and
/api/v1/workspaces/${workspaceId}/packages/${packageID}/tasks
but both are spitting out 404's