Get Shared Folder - Implan-Group/api GitHub Wiki

Get Shared Folder


GET /api/v1/impact/shared-folders/{folderId}

This endpoint returns the details about a specific Project Folder that has been shared with the current user.

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

🧾Example

📤 Request

GET /api/v1/impact/folder/395

📥 Response

{
    "id": "395",
    "title": "PHX-11337 Test Config With Access Limits",
    "created": "2024-03-28T17:13:27",
    "ownerId": 171,
    "parentId": null
}
⚠️ **GitHub.com Fallback** ⚠️