Add Basket
Save searched results
Endpoint: /api/basketView/addDataset
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 |
{
"user_id": 1,
"postcode": "br11aa",
"metric": "Tall buildings",
"metric_descriptor": "metric Descriptor",
"dataset": "Variance Score",
"dataset_descriptor": "Variance Score Descriptor",
"min": "2.2",
"actual": "5.3",
"max": "38"
}
|
Success Response
{
{
"message": "Dataset created successfully"
}
}