• FAQ
  • API
  • Projects
  • Creating a project folder through API: add_project_group

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"
    }
}