List Dataset
List all available dataset for a metric
Endpoint: /api/metrics/myDataMode/compareDatasets
Request
| Parameter | Type | Position | Required | Sample |
|---|---|---|---|---|
| Content-Type | string |
Header | Yes | application/json |
| Accept | string |
Header | Yes | application/json |
| Authorization | string |
Header | Yes | Bearer eyJ0eXAiOiJKV1QiLCJhbGci... |
| query | json |
Body | Yes |
JSON.stringify('{
"metric_name": "Air Quality",
"dataset": "Air Quality",
"metric_year": "2019",
"postcode": "br11aaa"
}')
|
Success Response
{
"data": {
"walulel_min": "2.3",
"walulel_dataset": "24",
"walulel_max": "56"
}
}