LiquidPlanner Classic Forum
How to create a task in a nested subfolder?
*Posted on behalf of a customer. Original posting date 2015-06-25.*
How to create a task under folder tree MainFolder => FirstSubfolder => FirstSubToSubFolder => TaskToBeCreated in LiquidPlanner from REST API ?
How to create a task under a main folder then sub folder then one more sub folder under the sub folder in the LiquidPlanner from REST API ?
Please send me URL and JSON data and method to be used."
I found this example in the API guide:
```% curl https://app.liquidplanner.com/api/workspaces/:id/tasks -d '{"task": {"name": "learn the API”}}' -X POST```
but not sure how to add folder id.
Thank you.
Posted by LiquidPlanner Support about 4 years ago
How can I create a project sub folder with api
*Posted on behalf of Krisztian Buscsei. Original posting date 2014-11-20.*
Hi,
How can I create a project sub folder with api?
And is it possible to create multiple project with one query?
Thank you
Posted by LiquidPlanner Support about 4 years ago