Get List

Returns a list of all filters.

URL:

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

HTTPS method:

GET

URL parameter:

True or false. Defaults to false.

When "true", only the URLs of the objects are returned.

When "false", full object information is returned along with the URL reference.

Parameters:

See Filter API Parameters.

Example:

https://<ServerIP>:<Port>/ccp-webapp/ccp/filter?summary=false

Example XML response :

<Filters>
  <Filter>
    <changeStamp>0</changeStamp>
    <description>this is an AUTHOR filter!</</description>    
    <keywords>
      <keyword>author name</keyword>
      <keyword>author userid</keyword>
    </keywords>
    <name>filter1</name>
    <refURL>
      https://[ServerIP]:[Port]/ccp-webapp/ccp/filter/[id]
    </refURL>
    <rule>1</rule>
    <systemDefined>false</systemDefined>
				<type>3</type>
  </Filter>
  <Filter>
			 <changeStamp>0</changeStamp>
			 <description>
			  System defined filter for Context Service Integration.
			 </description>
    <name>Context Service Integration Filter</name>
			 <refURL>
      https://[ServerIP]:[Port]/ccp-webapp/ccp/filter/90001
    </refURL>
			 <scriptContentRefURL>
      https://[ServerIP]:[Port]/ccp-webapp/ccp/filter/90001
					 /scriptcontent
    </scriptContentRefURL>>
			 <scriptFileName>
     ContextServiceIntegrationFilter.groovy
    </scriptFileName>
			 <systemDefined>true</systemDefined>
		  <type>4</type>   
  </Filter>
  </Filters>

HTTPS response headers:

https/1.1 200 OK
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Tue, 24 Jun 2015 16:47:58 GMT