Region Data Aggregate IxC SAM - Implan-Group/api GitHub Wiki

Region - Study Area Detail - Aggregate IxC SAM


GET /api/v1/regions/export/{aggregationSchemeId}/study-area-data-aggregate-ixc-sam

This endpoint provides a zipped CSV file containing a Region's Aggregate IxC SAM Output data as found in IMPLAN Cloud under Regions -> Social Accounts -> IxC Social Accounting Matrix -> Aggregate IxC SAM.

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme to filter by.
hashId query str❔ The HashId of the Region to filter by.
urid query int❔ The Urid of the Region to filter by.
userModelId query int❔ The UserModelId of the Region to filter by.

Note

This endpoint will work for US, Canadian, and International industry sets.


🧾Example

📤 Request

GET /api/v1/regions/export/14/study-area-data-aggregate-ixc-sam?hashId=Bzxjpp2YbN

📥 Response

PayingCode,PayingDescription,ReceivingCode,ReceivingDescription,Value
1001,Industry Total,2001,Commodity Total,144725192396.0
1001,Industry Total,5001,Employee Compensation,175172490459.0
1001,Industry Total,6001,Proprietor Income,25362271926.0
⚠️ **GitHub.com Fallback** ⚠️