Solutions
worksection
beta
help
Creating a project folder through API: add_project_group
Sample add_project_group request
?action=add_project_group&title=PROJECT_GROUP
Creates projects folder
*if there are no folders with same name
Required parameters:
- title — project folder name
Sample JSON response
If the request succeeds, the response will contain ok status and the following data:
{"status": "ok","data": {"id": "GROUP_ID","title": "GROUP_NAME","type": "folder"}}
Leave your review
Did this article help you?
Glad we could help! What was helpful?
Sorry this didn't help. What went wrong?