Get Projects - Implan-Group/api GitHub Wiki

Get Projects


GET /api/v1/impact/project

This endpoint retrieves the specifications for all Projects created by the current user.

Parameter Spec Type Details
deleted query bool❔ Whether or not previously deleted Projects should be returned. (defaults to false)

🧾Example

📤 Request

GET /api/v1/impact/project?deleted=false

📥 Response

[
    {
        "id": "15d2e450-2fbb-11ee-b7b3-0a12320835f5",
        "title": "Project A: Automotive Dealer Impact 2022",
        "aggregationSchemeId": 8,
        "householdSetId": 1,
        "isMrio": false,
        "folderId": null,
        "lastImpactRunId": 367922
    },
⚠️ **GitHub.com Fallback** ⚠️