Dataset by Aggregation Scheme - Implan-Group/api GitHub Wiki
Gets a list of all the Datasets that can be used with a particular [Aggregation Scheme](Aggregation Schemes).
Parameter | Spec | Type | Details |
---|---|---|---|
aggregationSchemeId | route | int | The Aggregation Scheme used to filter the Datasets. |
GET /api/v1/datasets/1
[ { "id": 60, "description": "2001", "isDefault": false }, { "id": 96, "description": "2022", "isDefault": true } ]