How to create project under folder through API
Can you please let me know how to create project under Folder on wrike through API. As on your documentation there's a tab with folders and projects but under this there's no API call for project creation.
I'm looking here to get API call for project creation
https://developers.wrike.com/api/v4/folders-projects/
Actually I want to create project in existing folder. like by using Folder ID and also want to pass custom fields data for project custom fields.
Secondly I want to get all projects list which are under any specific Folder.
Hi Fahad Muneer! Projects and folders are treated the same way in the API, the only difference is that projects have extra information in regards to Project Owners, and Start/End dates. If you use "project" instead of "folder", you should get the results you're looking for.
Hope this helps! If you have any other questions, be sure to let me know 😊
Its not working....I changed the name of folders to project but i'm getting error.
{"errorDescription":"Method '[POST] /projects/IEAEA4ICI4R2AN4L/project' is not supported","error":"method_not_found"}
Hi Ashir Zahid, welcome to the Community! I'm going to check with my colleagues now - we'll get back to you shortly 👍
Lisa Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa Wrike Team member Become a Wrike expert with Wrike Discover
Hi Ashir Zahid, Thanks for your interest in Wrike API. We have already discussed creating a project via API with you today during our chat and the Community team asked me to post a reply to the thread in case other users face a similar issue.


To create a project under a folder through API call, please use the endpoint
/folders/{folderId}/folderswith the additional parameterproject.Additionally, if you'd like to set a specific status on the project, you will need to add the parameter
project={"customStatusId":"your_Custom_Status_ID"}.To get the "customStatusId" value, please use the following call:
GET https://www.wrike.com/api/v4/workflows
My test in Postman:
cURL:
Let us know if you have any additional questions.
Have fun testing Wrike API!
Lisa K. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa K. Wrike Team member Become a Wrike expert with Wrike Discover
Lisa K. How do you apply a project to a second folder? For example, the API is creating the project in one folder. I'd like the same project tagged into a second folder by the API.
Hi Gretchen Linder. Thanks for the additional question. Once you create a project in one location, please use a PUT call with the parameter
addParents=[folder/project ID]to tag it in another parent item. Please refer to our API documentation and the screenshot below for more details:Let me know if there is anything else we can help you with☺️
Lisa K. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa K. Wrike Team member Become a Wrike expert with Wrike Discover
I also need an action in an automation, so when a task is completed the project is added to another folder or space. Actually I would like to have information on how to add a project to a folder that is part of a different space, and to a different space (directly), via automation. I need the same project to exist in 2 different spaces.
What would be the API endpoint to be used and where can I check the documentation?
Rohan V Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Rohan V Wrike Team member Become a Wrike expert with Wrike Discover
Hi Rohan V
I need information on how to do it from Wirke Integrate.
The scenario is as follow:
In the Space A I have Project 1, and Project 1 is containing task 1.1. So at this point Project 1 is located in Space A only.
The type of automation I need is:
When task 1.1. changes the status to complete. Project 1 should be added to Folder B.1 (Folder B.1 is in space B) . So at this point Project 1 will be located in Space A and Space B (inside Folder B.1)
The information I need from wrike, is the response to the following 2 questions please:
1) Is there a predefined action in Workato to do this, to add an item to a new folder, that is located in a different space
2) what is the API Method and the type of call (PUT or POST) to do this calling the API, and where can I find documentation about this API Method. In this post someone from Wrike recommends the method addParents=[folder/
Rohan V Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Rohan V Wrike Team member Become a Wrike expert with Wrike Discover