Get

Returns the data for a single filter.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/filter/<objectId>

HTTPS method:

GET

Example:

https://<ServerIP>:<Port>/ccp-webapp/ccp/filter/100036

Parameters:

See Filter API Parameters.

Example XML response for a script filter:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Filter>
    <changeStamp>0</changeStamp>
    <keywords/>
    <name>Filter name</name>
    <refURL>
    https://[ServerIP]:[Port]/ccp-webapp/ccp/filter/100000
    </refURL>
    <scriptContentRefURL>
     https://[ServerIP]:[Port]/ccp-webapp/ccp/filter/100000
     /scriptcontent
    </scriptContentRefURL>
    <scriptFileName>me.groovy</scriptFileName>
    <systemDefined>false</systemDefined>
    <type>4</type>
</Filter>

HTTPS response headers:

https/1.1 200 OK
Content-Type: application/xml
Date: Tue, 23 Jun 2015 17:40:46 GMT