Results Summary Taxes - Implan-Group/api GitHub Wiki

Summary Taxes

🔗Links

Warning

You must use the correct endpoint for the source Regions of the Impact or the results may be invalid.


GET /api/v1/impact/results/SummaryTaxes

  • Use this endpoint for US regions.
  • The response csv will include these columns:
    • GroupName
    • EventName
    • ModelName
    • Impact
    • SubCountyGeneral
    • SubCountySpecialDistricts
    • County
    • State
    • Federal
    • Total

GET /api/v1/impact/results/SummaryTaxes/can/{runId}

  • Use this endpoint for Canadian regions.
    • The response csv will include these columns:
      • GroupName
      • EventName
      • ModelName
      • Impact
      • SubCountyGeneral
      • SubCountySpecialDistricts
      • County
      • State
      • Federal
      • Total

GET /api/v1/impact/results/SummaryTaxes/intl/{runId}

  • Use this endpoint for International regions.
    • The response csv will include these columns:
      • GroupName
      • EventName
      • ModelName
      • Impact
      • Total
Parameter Spec Type Details
runId route int The impact analysis run identifier.
year query int An optional override for the Dollar Year.
regions query array[str]
impacts query array[str or int] An optional list of Impact Types to limit the results.
groups query array[str]
events query array[str]
eventTags query array[str] An optional list of Event Tags to limit the results.

🧾Example

📤 Request

GET /api/v1/impact/results/SummaryTaxes/17280

📥 Response

GroupName,EventName,ModelName,Impact,SubCountyGeneral,SubCountySpecialDistricts,County,State,Federal,Total,TagName
Group 2 (2020),Event 4 IO-414-20000000000_Adv-SAM-No LPP-No Mar-No Emp-No EC-No PI-20000000000_Edited-No,South Carolina (2020),1 - Direct,-879482421.0,-2126992263.0,-1435961715.0,-2159013201.0,6991289314.0,389839713.0,""
⚠️ **GitHub.com Fallback** ⚠️