Get Folder - Implan-Group/api GitHub Wiki
This endpoint returns the details about a specific Project Folder.
Parameter | Spec | Type | Details |
---|---|---|---|
folderId | route | int | The Folder's Identifier. |
GET /api/v1/impact/folder/590
{ "id": "590", "title": "Example Folder", "created": "2025-08-12T14:25:34", "ownerId": 1378, "parentId": null }