get /filters/{id}

Gets details of the specified filter.

Returns the details of the filter specified by the id parameter.

Path parameters

id (required)
The ID of the filter.

Return type

FilterResponse

Example data

Content-Type: application/json

{ "data" : { "variables" : [ { "name" : "name", "connectionId" : "00000000-0000-0000-0000-000000000000", "value" : "value", "evaluate" : true }, { "name" : "name", "connectionId" : "00000000-0000-0000-0000-000000000000", "value" : "value", "evaluate" : true } ], "created" : "2000-01-23T04:56:07.000+00:00", "appId" : "00000000-0000-0000-0000-000000000000", "lastUpdate" : "2000-01-23T04:56:07.000+00:00", "name" : "name", "description" : "description", "id" : "00000000-0000-0000-0000-000000000000", "fields" : [ { "overrideValues" : false, "values" : [ { "type" : "text", "value" : "value" }, { "type" : "text", "value" : "value" } ], "name" : "name", "connectionId" : "00000000-0000-0000-0000-000000000000", "selectExcluded" : false }, { "overrideValues" : false, "values" : [ { "type" : "text", "value" : "value" }, { "type" : "text", "value" : "value" } ], "name" : "name", "connectionId" : "00000000-0000-0000-0000-000000000000", "selectExcluded" : false } ], "enabled" : true } }

Responses

200
Success. The specified filter is returned.

400
The filter ID parameter is malformed.

404
The specified filter ID was not found.