/filter-outputs/{filter_output_id}
GET
Get document describing the filter output
Responses
200: The filter output was found and document is returned
Example value
{
"dataset": {
"edition": "string",
"id": "string",
"version": 0
},
"dimensions": [
{
"filter_by_parent": "string",
"is_area_type": true,
"name": "string",
"options": [
"string"
]
}
],
"disclosure_control": {
"blockedoptions": {
"blocked_count": 0,
"blocked_options": [
"string"
]
},
"dimension": "string",
"status": "string"
},
"downloads": {
"csv": {
"href": "string",
"private": "string",
"public": "string",
"size": "string",
"skipped": true
},
"csvw": {
"href": "string",
"private": "string",
"public": "string",
"size": "string",
"skipped": true
},
"txt": {
"href": "string",
"private": "string",
"public": "string",
"size": "string",
"skipped": true
},
"xls": {
"href": "string",
"private": "string",
"public": "string",
"size": "string",
"skipped": true
}
},
"events": [
{
"name": "cantabular-export-start",
"timestamp": "2016-07-17T08:38:25.316+0000"
}
],
"filter_id": "string",
"id": "string",
"instance_id": "string",
"links": {
"self": {
"href": "http://localhost:8080/filters/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC"
},
"version": {
"href": "http://localhost:8080/datasets/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC/editions/2017/version/1",
"id": "de3bc0b6-d6c4-4e20-917e-95d7ea8c91dc"
}
},
"population_type": "string",
"published": true,
"state": "completed",
"type": "string"
}