v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-14172729.9 KB
Public

Get a filter output

Get document describing the filter output

get/filter-outputs/{filter_output_id}

Response

The filter output was found and document is returned

idstring

The filter output id

instance_idstring

The instance id the filter output is based on

state'completed' | 'created'

This describes the status of the filter.

filter_idstring

A unique id for this resource

Example response

{
  "events": [
    {
      "time": "2016-07-17T08:38:25.316+0000"
    }
  ],
  "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"
    },
    "filter_blueprint": {
      "href": "http://localhost:8080/filters/DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC",
      "id": "DE3BC0B6-D6C4-4E20-917E-95D7EA8C91DC"
    }
  }
}