Public
Submits a filter query for a Census 2021 dataset
post/filters/{id}/submit
Path parameters
idstring required
The unique filter ID for customising a dataset
Response
Query was submitted successfully
Example response
{
"links": {
"version": {
"href": "http://localhost:8080/datasets/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC/editions/2017/version/1"
},
"self": {
"href": "http://localhost:8080/filters/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC",
"id": "DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC"
},
"dimensions": {
"href": "http://localhost:8080/filters/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC/dimensions"
}
}
}