Aggregation Scheme by Id - Implan-Group/api GitHub Wiki
Gets an [Aggregation Scheme](Aggregation Schemes) matching a specified identifier.
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme's identifier. |
GET /api/v1/aggregationschemes/1
{ "id": 1, "description": "536 Unaggregated", "industrySetId": 2, "householdSetIds": [ 1, 2 ], "mapCode": "US", "status": "Complete" }