Get Project - Implan-Group/api GitHub Wiki

Get Project


GET /api/v1/impact/project/{projectId}

This endpoint retrieves the specification for an existing Project.

Parameter Spec Type Details
projectId route guid The Project's Id.

🧾Example

📤 Request

GET /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafee3a43216

📥 Response

{
    "id": "496256c2-a089-4d42-a1a1-cafee3a43216",
    "title": "Example Project API",
    "aggregationSchemeId": 14,
    "householdSetId": 1,
    "isMrio": false,
    "folderId": null,
    "lastImpactRunId": null
}
⚠️ **GitHub.com Fallback** ⚠️