Get Folder Projects - Implan-Group/api GitHub Wiki

Get Folder Projects


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

This endpoint returns a list of all Projects assigned to a particular Folder.

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

🧾Example

📤 Request

GET /api/v1/impact/folder/534/projects

📥 Response

[
    {
        "id": "9ce48e4d-0f99-4161-bea4-cee8318df2db",
        "title": "PHX-13429_546_3 Digit (05.03.2025) - IMPORT 20250306164439",
        "aggregationSchemeId": 10,
        "householdSetId": 1,
        "isMrio": false,
        "folderId": 534,
        "lastImpactRunId": null
    },
⚠️ **GitHub.com Fallback** ⚠️