Create Folder - Implan-Group/api GitHub Wiki

Create Folder


POST /api/v1/impact/folder

The endpoint creates a new Project Folder. Include a parentId in the Request Body's Folder Specification in order to nest folders.

Parameter Spec Type Details
body body json A Folder Object.

🧾Example

📤 Request

POST /api/v1/impact/folder

{
    "Title": "Example Folder"
}

📥 Response

{
    "id": "590",
    "title": "Example Folder",
    "created": "2025-08-12T14:25:34",
    "ownerId": 1378,
    "parentId": null
}
⚠️ **GitHub.com Fallback** ⚠️