Dataset by Aggregation Scheme - Implan-Group/api GitHub Wiki

Datasets by Aggregation Scheme


GET /api/v1/datasets/{aggregationSchemeId}

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.

🧾Example

📤 Request

GET /api/v1/datasets/1

📥 Response

[
    {
        "id": 60,
        "description": "2001",
        "isDefault": false
    },
    {
        "id": 96,
        "description": "2022",
        "isDefault": true
    }
]
⚠️ **GitHub.com Fallback** ⚠️