Get Folder - Implan-Group/api GitHub Wiki

Get Folder


GET /api/v1/impact/folder/{folderId}

This endpoint returns the details about a specific Project Folder.

Parameter Spec Type Details
folderId route int The Folder's Identifier.

🧾Example

📤 Request

GET /api/v1/impact/folder/590

📥 Response

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