Projects - Implan-Group/api GitHub Wiki

Projects

🔗Links


🖽 The Project Object

Property Type Details
id guid This is the Project's Id, used for adding Events, Groups, and other Project manipulation.
title str The project's name.
aggregationSchemeId int The Aggregation Scheme that this Project belongs to.
householdSetId int The Household Set that this Project uses.
isMrio bool Whether or not the Project is set up for MRIO.
folderId int❔ If this Project is nested under a folder in IMPLAN Cloud, this is that folder's Id.
lastImpactRunId int❔ If this Project's Impact has been run, the id of that run (used for reports).

🧾Example

{
    "id": "eb94fb7f-d74b-4b4d-b7e2-133face0e3ae",
    "title": "Example Project",
    "aggregationSchemeId": 14,
    "householdSetId": 1,
    "isMrio": false,
    "folderId": null,
    "lastImpactRunId": null
}

🌐 Endpoints

⚠️ **GitHub.com Fallback** ⚠️