Public
Create a filter for a dataset
Create a resource for listing a selection of dimensions and dimension options to be added to filter for a dataset
post/filters
Request body
Example request
{
"links": {
"version": {
"href": "http://localhost:8080/datasets/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC/editions/2017/version/1",
"id": "de3bc0b6-d6c4-4e20-917e-95d7ea8c91dc"
},
"dimensions": {
"href": "http://localhost:8080/filters/51f5f643-0633-45be-ae82-63ff4149f665/dimensions"
},
"self": {
"href": "http://localhost:8080/filters/51f5f643-0633-45be-ae82-63ff4149f665"
}
},
"population_type": "Teaching-Dataset"
}Response
filter was created
Example response
{
"links": {
"version": {
"href": "http://localhost:8080/datasets/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC/editions/2017/version/1",
"id": "de3bc0b6-d6c4-4e20-917e-95d7ea8c91dc"
},
"dimensions": {
"href": "http://localhost:8080/filters/51f5f643-0633-45be-ae82-63ff4149f665/dimensions"
},
"self": {
"href": "http://localhost:8080/filters/51f5f643-0633-45be-ae82-63ff4149f665"
}
}
}