Get Event Types - Implan-Group/api GitHub Wiki

Get Event Types


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

This endpoint retrieves all the valid Event Types that can be used with a specific Project.

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

🧾Example

📤 Request

GET /api/v1/impact/project/f6ed2521-b002-4bc6-cafe-44a64868b389/eventtype

📥 Response

[
    "IndustryOutput",
    "IndustryEmployment",
    "IndustryEmployeeCompensation",
    "IndustryProprietorIncome",
    "IndustryImpactAnalysis",
    "IndustryContributionAnalysis",
    "CommodityOutput",
    "LaborIncome",
    "HouseholdIncome",
    "IndustrySpendingPattern",
    "InstitutionalSpendingPattern",
    "CustomSpendingPattern",
    "CustomIndustryImpactAnalysis"
]
⚠️ **GitHub.com Fallback** ⚠️